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/73972e285c6f
branches:  trunk
changeset: 745724:73972e285c6f
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 afae4f4c7891 -r 73972e285c6f 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