Skip to content

Commit fa2ef95

Browse files
committed
Started new boolean options.
1 parent 810e262 commit fa2ef95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/unittests/check-collectors.m4

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
m4_include([collectors.m4])
2+
3+
m4_include([test-support.m4])
4+
5+
6+
m4_define([SAVE], [m4_define([SAVED], [$1])])
7+
8+
GET_NEGATION_PREFIX([BOMB], [SAVE])
9+
assert_equals(SAVED, _FORMAT_MISSING_PREFIX([BOMB]))
10+
11+
STORE_NEGATION_PREFIX([lol], [BOMB])
12+
assert_equals(GET_NEGATION_PREFIX([lol]), [BOMB])

0 commit comments

Comments
 (0)