summaryrefslogtreecommitdiff
path: root/cmake/ConfigDebug.cmake
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-08-16 18:56:03 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit107a5ec2da13a459794acb2d1d9b96dec724156c (patch)
treea5faf0c90a8e46dc45642e4cfabd3bb8d52f2c2e /cmake/ConfigDebug.cmake
parent3b308863cc79e853175be573a636190d2407601c (diff)
cmake: Add support for CxxTest.
Diffstat (limited to 'cmake/ConfigDebug.cmake')
-rw-r--r--cmake/ConfigDebug.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/ConfigDebug.cmake b/cmake/ConfigDebug.cmake
index 8d6b6cb99..9decc07be 100644
--- a/cmake/ConfigDebug.cmake
+++ b/cmake/ConfigDebug.cmake
@@ -23,3 +23,4 @@ cvc4_set_option(ENABLE_DUMPING ON)
# enable_muzzle=no
cvc4_set_option(ENABLE_MUZZLE OFF)
# enable_valgrind=optional
+cvc4_set_option(ENABLE_UNIT_TESTING ON)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback