mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
remove trace by default from tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
98d86c6687
commit
d37336eb07
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
std::cout << " " << #MODULE << "\n"; \
|
||||
for (int i = 0; i < argc; i++) \
|
||||
if (test_all || strcmp(argv[i], #MODULE) == 0) { \
|
||||
enable_trace(#MODULE); \
|
||||
enable_debug(#MODULE); \
|
||||
timeit timeit(true, s.c_str()); \
|
||||
tst_##MODULE(); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue