summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-23 05:15:56 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-23 05:15:56 +0000
commit57b8c4c8581d2d3ffcf3d3a1bb228271cb4d074a (patch)
tree1c1781cc83118e4bbd2ad6939b16734c30a69f1a /test/unit/Makefile.am
parent673d0e86b91094a58433c3ca71591fb0a0c60f84 (diff)
* reviewed BooleanSimplification, added documentation & unit test
* work around a lexer ambiguity in CVC grammar * add support for tracing antlr parser/lexer * add parsing support for more language features * initial parameterized types parsing work to support Andy's work
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 646ebf9bb..13d28f3bb 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -44,6 +44,8 @@ UNIT_TESTS = \
util/rational_white \
util/stats_black \
util/trans_closure_black \
+ util/boolean_simplification_black \
+ util/subrange_bound_white \
main/interactive_shell_black
export VERBOSE = 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback