Source-Changes-HG archive

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

[src/trunk]: src/tests/include/sys Make this list diff- and sort-friendlier.



details:   https://anonhg.NetBSD.org/src/rev/23f1ff7d5a5d
branches:  trunk
changeset: 344625:23f1ff7d5a5d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Apr 08 21:53:10 2016 +0000

description:
Make this list diff- and sort-friendlier.

No functional change.

diffstat:

 tests/include/sys/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 7d3b11e06817 -r 23f1ff7d5a5d tests/include/sys/Makefile
--- a/tests/include/sys/Makefile        Fri Apr 08 14:52:56 2016 +0000
+++ b/tests/include/sys/Makefile        Fri Apr 08 21:53:10 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/01/23 21:22:48 christos Exp $
+# $NetBSD: Makefile,v 1.10 2016/04/08 21:53:10 riastradh Exp $
 
 NOMAN=         # defined
 
@@ -6,7 +6,11 @@
 
 TESTSDIR=              ${TESTSBASE}/include/sys
 
-TESTS_C=               t_bitops t_bootblock t_cdefs t_tree t_types
+TESTS_C+=              t_bitops
+TESTS_C+=              t_bootblock
+TESTS_C+=              t_cdefs
+TESTS_C+=              t_tree
+TESTS_C+=              t_types
 
 LDADD.t_bitops+=       -lm
 



Home | Main Index | Thread Index | Old Index