ChangeLog: https://github.com/CVC4/CVC4/releases/tag/1.7 * New Features: Proofs: Support for bit-vector proofs with eager bitblasting Strings: Support for str.replaceall operator. New option --re-elim SyGuS: Support for abduction (--sygus-abduct) * Improvements: Strings: Significantly better performance * Changes: API change: Expr::iffExpr() is renamed to Expr::eqExpr() Compiling the language bindings now requires SWIG 3 instead of SWIG 2. The CVC3 compatibility layer has been removed. The build system now uses CMake instead of Autotools
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
--- test/system/CMakeLists.txt.orig 2019-06-06 19:13:50 UTC
|
|
+++ test/system/CMakeLists.txt
|
|
@@ -10,10 +10,6 @@ include_directories(${CMAKE_BINARY_DIR}/src)
|
|
add_custom_target(build-systemtests)
|
|
add_dependencies(build-tests build-systemtests)
|
|
|
|
-add_custom_target(systemtests
|
|
- COMMAND ctest --output-on-failure -L "system" -j${CTEST_NTHREADS} $(ARGS)
|
|
- DEPENDS build-systemtests)
|
|
-
|
|
set(CVC4_SYSTEM_TEST_FLAGS
|
|
-D__BUILDING_CVC4_SYSTEM_TEST -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS)
|
|
|