From 4c232fe12b378ad96df407dca4e7a9eb74c9ce84 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 27 Nov 2016 19:11:58 +0100 Subject: [PATCH] :construction_worker: added precondition for individual tests --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index de02dcfef..6f764ff52 100644 --- a/test/Makefile +++ b/test/Makefile @@ -70,7 +70,7 @@ json_unit: $(OBJECTS) ../src/json.hpp src/catch.hpp # individual test cases ############################################################################## -test-%: src/unit-%.cpp +test-%: src/unit-%.cpp ../src/json.hpp src/catch.hpp @echo "[CXXLD] $@" @$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -DCATCH_CONFIG_MAIN $< -o $@ -- GitLab