Skip to content

Commit

Permalink
Remove use of time in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jan 15, 2019
1 parent 2cd6f67 commit 4c6ae2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ test_bin:
test: bin test_bin
@echo "run API tests…"
@./test_api.native
@echo "run benchmarks…"
@echo "run bin tests…"
./tests/run mcsat

bench:
# @/usr/bin/time -f "%e" ./tests/run smt
@/usr/bin/time -f "%e" ./tests/run mcsat


enable_log:
cd src/util; ln -sf log_real.ml log.ml

Expand Down

0 comments on commit 4c6ae2a

Please sign in to comment.