summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-03-26 22:37:12 +0000
committerTim King <taking@cs.nyu.edu>2010-03-26 22:37:12 +0000
commit3b8d92b17c17aadfa920f36a1ab631e36c70e00e (patch)
tree3d19639afd33f5329d5c3d29c6b020acdb229ad6 /test/unit/Makefile.am
parent6a383befdf0fd88ff3c76dc001777475b34cf694 (diff)
Added GMP backed Rational and Integer classes, and white box tests for them. You may have to reconfigure after this update.
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index f78171dac..1d5bcc230 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -14,7 +14,10 @@ UNIT_TESTS = \
theory/theory_uf_white \
util/assert_white \
util/configuration_white \
- util/output_white
+ util/output_white \
+ util/integer_black \
+ util/integer_white \
+ util/rational_white
# Things that aren't tests but that tests rely on and need to
# go into the distribution
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback