build compiler before tests

This commit is contained in:
corey 2023-11-10 08:52:42 -06:00
parent 5230e7f4e1
commit 2b855537f1

View File

@ -21,7 +21,7 @@ version.h:
./update_ver.sh
par: version.h main.o libpar.a
$(CC) $(filter-out %.h, $^) -o $@ $(LDFLAGS)
tests: $(addprefix tests/bin/, $(TESTS_x86_64)) tests/bin FORCE
tests: par $(addprefix tests/bin/, $(TESTS_x86_64)) tests/bin FORCE
./tests/dotests.sh tests
#