Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make(1): add expected test result fo...
details: https://anonhg.NetBSD.org/src/rev/64ed7331391b
branches: trunk
changeset: 954501:64ed7331391b
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Sep 05 13:34:19 2020 +0000
description:
make(1): add expected test result for hashing variable names
diffstat:
usr.bin/make/unit-tests/varname.exp | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 59d6407f96ae -r 64ed7331391b usr.bin/make/unit-tests/varname.exp
--- a/usr.bin/make/unit-tests/varname.exp Sat Sep 05 12:59:07 2020 +0000
+++ b/usr.bin/make/unit-tests/varname.exp Sat Sep 05 13:34:19 2020 +0000
@@ -1,1 +1,19 @@
+MAGIC1B1B1B = 1
+MAGIC1B1B0a = 2
+MAGIC1B0a1B = 3
+MAGIC1B0a0a = 4
+MAGIC0a1B1B = 5
+MAGIC0a1B0a = 6
+MAGIC0a0a1B = 7
+MAGIC0a0a0a = 8
+ORDER_01 = yes
+MAGIC0a0a0a = 1
+MAGIC0a0a1B = 2
+MAGIC0a1B0a = 3
+MAGIC0a1B1B = 4
+MAGIC1B0a0a = 5
+MAGIC1B0a1B = 6
+MAGIC1B1B0a = 7
+MAGIC1B1B1B = 8
+ORDER_10 = yes
exit status 0
Home |
Main Index |
Thread Index |
Old Index