Open andres-erbsen opened 5 years ago
Here's how you can do that:
src
, or src/test
).all
or ALL
, replacing all
/ALL
by notest
/NOTEST
, and filter out the test files in the find
command.$(MAKE) -C $(DEPS_DIR)/coqutil notest
for the coqutil
target, but do include a separate target called test_coqutil
and make sure it runs when you do a toplevel make all
.
map solver tests take a while compared to rest of the repo