##// END OF EJS Templates
test-run-tests: add tests for "#if no-false" and no-true
Adrian Buehlmann -
r16914:2030dec7 default
parent child Browse files
Show More
@@ -79,6 +79,20 b' Conditional sections based on hghave:'
79 79 tested
80 80 #endif
81 81
82 #if no-false
83 $ echo tested
84 tested
85 #else
86 $ echo skipped
87 #endif
88
89 #if no-true
90 $ echo skipped
91 #else
92 $ echo tested
93 tested
94 #endif
95
82 96 Exit code:
83 97
84 98 $ (exit 1)
General Comments 0
You need to be logged in to leave comments. Login now