summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-02-07 10:19:04 -0800
committerAina Niemetz <aina.niemetz@gmail.com>2018-02-07 10:19:04 -0800
commita5c952d63bca9f94d3886db4d9c09d08d7a23033 (patch)
tree9b3748cf9d7ec36e12df9a5b361862ae6ec0fabb /test/unit/Makefile.am
parent0533b9009d23a39bcc78ef85d6e98b62ef304351 (diff)
Adds a new CHECK macro that abort()s on failure. (#1532)
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 9f61ef031..167100ff0 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -41,6 +41,7 @@ UNIT_TESTS += \
context/cdvector_black \
util/array_store_all_black \
util/assert_white \
+ util/check_white \
util/binary_heap_black \
util/bitvector_black \
util/datatype_black \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback