Skip to content

Commit

Permalink
Started new boolean options.
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Mar 31, 2019
1 parent 810e262 commit fa2ef95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/unittests/check-collectors.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
m4_include([collectors.m4])

m4_include([test-support.m4])


m4_define([SAVE], [m4_define([SAVED], [$1])])

GET_NEGATION_PREFIX([BOMB], [SAVE])
assert_equals(SAVED, _FORMAT_MISSING_PREFIX([BOMB]))

STORE_NEGATION_PREFIX([lol], [BOMB])
assert_equals(GET_NEGATION_PREFIX([lol]), [BOMB])

0 comments on commit fa2ef95

Please sign in to comment.