Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/tests make(1): add unit test for the Towe...



details:   https://anonhg.NetBSD.org/src/rev/3f4e683af9dc
branches:  trunk
changeset: 940103:3f4e683af9dc
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Oct 03 20:34:06 2020 +0000

description:
make(1): add unit test for the Towers of Hanoi puzzle

diffstat:

 distrib/sets/lists/tests/mi |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3fa97c16f83c -r 3f4e683af9dc distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Sat Oct 03 18:54:18 2020 +0000
+++ b/distrib/sets/lists/tests/mi       Sat Oct 03 20:34:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.936 2020/10/03 14:39:36 rillig Exp $
+# $NetBSD: mi,v 1.937 2020/10/03 20:34:06 rillig Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4813,6 +4813,8 @@
 ./usr/tests/usr.bin/make/unit-tests/forloop.mk                                 tests-usr.bin-tests     compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/forsubst.exp                               tests-usr.bin-tests     compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/forsubst.mk                                        tests-usr.bin-tests     compattestfile,atf
+./usr/tests/usr.bin/make/unit-tests/hanoi-include.exp                          tests-usr.bin-tests     compattestfile,atf
+./usr/tests/usr.bin/make/unit-tests/hanoi-include.mk                           tests-usr.bin-tests     compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/hash.exp                                   tests-obsolete          obsolete
 ./usr/tests/usr.bin/make/unit-tests/hash.mk                                    tests-obsolete          obsolete
 ./usr/tests/usr.bin/make/unit-tests/impsrc.exp                                 tests-usr.bin-tests     compattestfile,atf



Home | Main Index | Thread Index | Old Index