Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/config One more test from uwe.



details:   https://anonhg.NetBSD.org/src/rev/cda0dfa96290
branches:  trunk
changeset: 970039:cda0dfa96290
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 09 17:27:29 2020 +0000

description:
One more test from uwe.

diffstat:

 tests/usr.bin/config/d_ifdef |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 9406b62c6c6c -r cda0dfa96290 tests/usr.bin/config/d_ifdef
--- a/tests/usr.bin/config/d_ifdef      Mon Mar 09 17:27:03 2020 +0000
+++ b/tests/usr.bin/config/d_ifdef      Mon Mar 09 17:27:29 2020 +0000
@@ -49,4 +49,14 @@
 options OK3_5
 endif
 
+ifdef TRUE
+options OK4_1
+else
+ifdef TRUE
+options BAD4_2
+else
+options BAD4_3
+endif
+endif
+
 config regress root on ?



Home | Main Index | Thread Index | Old Index