sat_solve is now build in 'all', test replacfes test-full in Makefile

targets.
This commit is contained in:
Guillaume Bury 2014-11-05 21:19:28 +01:00
parent b614e743e2
commit 51f5a00224

View file

@ -11,7 +11,7 @@ NAME=msat
LIB=$(addprefix $(NAME), .cma .cmxa .cmxs)
all:$(LIB)
all:$(LIB) $(TEST)
$(LIB):
$(COMP) $(FLAGS) $(DIRS) $(LIB)
@ -20,8 +20,6 @@ doc:
$(COMP) $(FLAGS) $(DIRS) $(DOC)
test: $(TEST)
test-full: $(TEST)
./tests/run
$(TEST): $(LIB)