Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests Run tests in kyua-atf-compat if MKKYUA!=no.



details:   https://anonhg.NetBSD.org/src/rev/831ee1661518
branches:  trunk
changeset: 785127:831ee1661518
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Mon Feb 25 00:33:19 2013 +0000

description:
Run tests in kyua-atf-compat if MKKYUA!=no.

diffstat:

 tests/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 583c72b718b4 -r 831ee1661518 tests/Makefile
--- a/tests/Makefile    Mon Feb 25 00:31:51 2013 +0000
+++ b/tests/Makefile    Mon Feb 25 00:33:19 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/02/23 21:20:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.44 2013/02/25 00:33:19 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -34,7 +34,7 @@
 . endif
 
 . if ${MKKYUA} != "no"
-ATFFILE_EXTRA_SUBDIRS+=        kyua-cli kyua-testers
+ATFFILE_EXTRA_SUBDIRS+=        kyua-atf-compat kyua-cli kyua-testers
 . endif
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index