Update to 0.8:
Experimental version released on December 7th, 2013. * Added support for Lutok 0.4. * Issue 24: Plug the bootstrap tests back into the test suite. Fixes in kyua-testers-0.2 to isolate test cases into their own sessions should allow these to run fine. * Issue 74: Changed the kyuafile(5) parser to automatically discover existing tester interfaces. The various *_test_program() functions will now exist (or not) based on tester availability, which simplifies the addition of new testers or the selective installation of them.
This commit is contained in:
parent
804a08f435
commit
4b68f248a4
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2013/10/30 06:49:53 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2013/12/08 01:21:59 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kyua-cli-0.7
|
||||
PKGREVISION= 1
|
||||
DISTNAME= kyua-cli-0.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://kyua.googlecode.com/files/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.16 2013/10/18 21:02:02 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.17 2013/12/08 01:21:59 jmmv Exp $
|
||||
|
||||
SHA1 (kyua-cli-0.7.tar.gz) = 9dc2ebc2fc160ad6c896736e169f7412c1506f8d
|
||||
RMD160 (kyua-cli-0.7.tar.gz) = 8ce6423a0bdfdce52469a4ed883d776ea9a7cd01
|
||||
Size (kyua-cli-0.7.tar.gz) = 495506 bytes
|
||||
SHA1 (kyua-cli-0.8.tar.gz) = c78eb50c89efde71641c7756120f29fe95d41940
|
||||
RMD160 (kyua-cli-0.8.tar.gz) = 9becd925a0733300aa9a650019054e21c4a563bc
|
||||
Size (kyua-cli-0.8.tar.gz) = 496577 bytes
|
||||
|
|
Loading…
Reference in a new issue