summaryrefslogtreecommitdiff
path: root/devel/kyua-cli
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2012-07-10 22:09:32 +0000
committerjmmv <jmmv@pkgsrc.org>2012-07-10 22:09:32 +0000
commit02c833b3305a6b1fd3ae6fe5e64633c2198f53dd (patch)
treefa7e3ee9bc1f30411b7c4352f280a7f2fb457d4d /devel/kyua-cli
parent37de68c420295f30625048b2de7659ba4b8e3dc2 (diff)
downloadpkgsrc-02c833b3305a6b1fd3ae6fe5e64633c2198f53dd.tar.gz
Update to 0.5:
Experimental version released on July 10th, 2012. * Issue 15: Added automatic stacktrace gathering of crashing test cases. This relies on GDB and is a best-effort operation. * Issue 32: Added the '--build-root' option to the debug, list and test commands. This allows executing test programs from a different directory than where the Kyuafile scripts live. See the 'Build roots' section in the manual for more details. * Issue 33: Removed the kyuaify.sh script. This has been renamed to atf2kyua and moved to the kyua-atf-compat module, where it ships as a first-class utility (with a manual page and tests). * Issue 34: Changed the HTML reports to include the stdout and stderr of every test case. * Fixed the build when using a "build directory" and a clean source tree from the repository.
Diffstat (limited to 'devel/kyua-cli')
-rw-r--r--devel/kyua-cli/Makefile6
-rw-r--r--devel/kyua-cli/PLIST5
-rw-r--r--devel/kyua-cli/distinfo8
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/kyua-cli/Makefile b/devel/kyua-cli/Makefile
index e2dcac4405c..1591b318029 100644
--- a/devel/kyua-cli/Makefile
+++ b/devel/kyua-cli/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/07/01 15:29:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2012/07/10 22:09:32 jmmv Exp $
#
-DISTNAME= kyua-cli-0.4
-PKGREVISION= 1
+DISTNAME= kyua-cli-0.5
CATEGORIES= devel
MASTER_SITES= http://kyua.googlecode.com/files/
@@ -34,7 +33,6 @@ PKG_SYSCONFSUBDIR= kyua
.if $(PKG_OPTIONS:Mtests)
CONFIGURE_ARGS+= --with-atf
PLIST_SUBST+= TESTS=
-BUILDLINK_API_DEPENDS.atf-libs+= atf-libs>=0.15
. include "../../devel/atf-libs/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-atf
diff --git a/devel/kyua-cli/PLIST b/devel/kyua-cli/PLIST
index 15ac1f934b3..8912f24c3aa 100644
--- a/devel/kyua-cli/PLIST
+++ b/devel/kyua-cli/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/06/07 01:13:58 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/07/10 22:09:32 jmmv Exp $
bin/kyua
info/kyua-cli.info
man/man1/kyua.1
@@ -12,7 +12,6 @@ share/kyua-cli/lua/init.lua
share/kyua-cli/lua/kyuafile_1.lua
share/kyua-cli/misc/context.html
share/kyua-cli/misc/index.html
-share/kyua-cli/misc/kyuaify.sh
share/kyua-cli/misc/report.css
share/kyua-cli/misc/test_result.html
share/kyua-cli/store/schema.sql
@@ -149,6 +148,8 @@ ${TESTS}tests/kyua-cli/utils/sqlite/database_test
${TESTS}tests/kyua-cli/utils/sqlite/exceptions_test
${TESTS}tests/kyua-cli/utils/sqlite/statement_test
${TESTS}tests/kyua-cli/utils/sqlite/transaction_test
+${TESTS}tests/kyua-cli/utils/stacktrace_helper
+${TESTS}tests/kyua-cli/utils/stacktrace_test
${TESTS}tests/kyua-cli/utils/stream_test
${TESTS}tests/kyua-cli/utils/text/Kyuafile
${TESTS}tests/kyua-cli/utils/text/exceptions_test
diff --git a/devel/kyua-cli/distinfo b/devel/kyua-cli/distinfo
index 340290d988a..44e5e47c727 100644
--- a/devel/kyua-cli/distinfo
+++ b/devel/kyua-cli/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/06/07 01:13:58 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2012/07/10 22:09:32 jmmv Exp $
-SHA1 (kyua-cli-0.4.tar.gz) = 886b45bc5c37010787d1e2e5cee7301499ddc152
-RMD160 (kyua-cli-0.4.tar.gz) = 0fc633de4176b2cfaa9aa9105de44b169c41293f
-Size (kyua-cli-0.4.tar.gz) = 635423 bytes
+SHA1 (kyua-cli-0.5.tar.gz) = 4463af8f01e7dd77cfd69593ee9512eff017b14e
+RMD160 (kyua-cli-0.5.tar.gz) = 20e9c2bf64a40852525a7cda2a092eb1bb68d43d
+Size (kyua-cli-0.5.tar.gz) = 648398 bytes