diff options
author | Pjotr Prins | 2018-08-31 12:00:36 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-08-31 12:00:36 +0000 |
commit | 86a002ae27171a3922d4bd9e7b46ff0df95c51ed (patch) | |
tree | b12db47c4bdd8dccbdb1e3a7e9938b91c80edebe /Makefile | |
parent | 5ddd1c8e54d7ac7026a689152392d70e68b77cb4 (diff) | |
download | pangemma-86a002ae27171a3922d4bd9e7b46ff0df95c51ed.tar.gz |
Continue debugging calcpab
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |