Source-Changes-HG archive

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

[src/trunk]: src/tests Register kyua-cli into the Atffile when MKKYUA!=no.



details:   https://anonhg.NetBSD.org/src/rev/cd212f372dcb
branches:  trunk
changeset: 785106:cd212f372dcb
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Feb 23 14:22:24 2013 +0000

description:
Register kyua-cli into the Atffile when MKKYUA!=no.

diffstat:

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

diffs (18 lines):

diff -r 4c7f62df87f7 -r cd212f372dcb tests/Makefile
--- a/tests/Makefile    Sat Feb 23 14:18:52 2013 +0000
+++ b/tests/Makefile    Sat Feb 23 14:22:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/02/19 15:30:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2013/02/23 14:22:24 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -34,7 +34,7 @@
 . endif
 
 . if ${MKKYUA} != "no"
-ATFFILE_EXTRA_TPS+=    kyua-testers
+ATFFILE_EXTRA_TPS+=    kyua-cli kyua-testers
 . endif
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index