summaryrefslogtreecommitdiff
path: root/test/unit/parser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/parser/CMakeLists.txt')
-rw-r--r--test/unit/parser/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/parser/CMakeLists.txt b/test/unit/parser/CMakeLists.txt
index debe8a4ce..37204f0c3 100644
--- a/test/unit/parser/CMakeLists.txt
+++ b/test/unit/parser/CMakeLists.txt
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------#
# Add unit tests
-cvc4_add_unit_test_black(parser_black)
-cvc4_add_unit_test_black(parser_builder_black)
+cvc4_add_unit_test_black(parser_black parser)
+cvc4_add_unit_test_black(parser_builder_black parser)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback