From 86a002ae27171a3922d4bd9e7b46ff0df95c51ed Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 31 Aug 2018 12:00:36 +0000 Subject: Continue debugging calcpab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e247a87..83a6845 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ $(OBJS): $(HDR) ./bin/unittests-gemma: contrib/catch-1.9.7/catch.hpp $(TEST_SRC_DIR)/unittests-main.o $(TEST_SRC_DIR)/unittests-math.o $(OBJS) $(CPP) $(CPPFLAGS) $(TEST_SRC_DIR)/unittests-main.o $(TEST_SRC_DIR)/unittests-math.o $(filter-out src/main.o, $(OBJS)) $(LIBS) -o ./bin/unittests-gemma -unittests: ./bin/unittests-gemma +unittests: all ./bin/unittests-gemma ./bin/unittests-gemma fast-check: all unittests -- cgit v1.2.3