We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef4bad commit 2a5b3cfCopy full SHA for 2a5b3cf
Tests.mk
@@ -99,7 +99,7 @@ $(BUILD)/runtests: $(TEST_C_OBJS) $(GOOGLE_TEST_OBJS) $(TEST_CPP_OBJS)
99
$(CXX) $(LDFLAGS) $(TEST_C_OBJS) $(GOOGLE_TEST_OBJS) $(TEST_CPP_OBJS) $(LIBRARIES) -o $@
100
101
runtests: $(BUILD)/runtests
102
- mkdir $(BUILD)/Tests
+ mkdir -p $(BUILD)/Tests
103
cp -r Tests/TestData $(BUILD)/Tests/
104
cp -r Tests/PresetManagerData $(BUILD)/Tests/
105
cd $(BUILD) ; ./runtests
0 commit comments