Skip to content

Commit 4c6ae2a

Browse files
committed
Remove use of time in tests
1 parent 2cd6f67 commit 4c6ae2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ test_bin:
2929
test: bin test_bin
3030
@echo "run API tests…"
3131
@./test_api.native
32-
@echo "run benchmarks…"
32+
@echo "run bin tests…"
33+
./tests/run mcsat
34+
35+
bench:
3336
# @/usr/bin/time -f "%e" ./tests/run smt
3437
@/usr/bin/time -f "%e" ./tests/run mcsat
3538

39+
3640
enable_log:
3741
cd src/util; ln -sf log_real.ml log.ml
3842

0 commit comments

Comments
 (0)