mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
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
601 B
Text
14 lines
601 B
Text
--- test/CMakeLists.txt.orig 2019-06-06 19:12:46 UTC
|
|
+++ test/CMakeLists.txt
|
|
@@ -15,11 +15,6 @@ add_dependencies(build-tests examples)
|
|
# first run the command of the regress target (i.e., run all regression tests)
|
|
# and afterwards run the command specified for the check target.
|
|
# Dependencies of check are added in the corresponding subdirectories.
|
|
-add_custom_target(check
|
|
- COMMAND
|
|
- ctest --output-on-failure -LE "regress[3-4]" -j${CTEST_NTHREADS} $(ARGS)
|
|
- DEPENDS
|
|
- build-tests)
|
|
|
|
#-----------------------------------------------------------------------------#
|
|
# Add subdirectories
|