Skip to content
Snippets Groups Projects
Commit 885bfd5f authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Changed tests for automation

parent 7066e16c
No related merge requests found
......@@ -75,13 +75,9 @@ clean:
rm -rf ./*~ ./*.swp
rm -rf *~
run_tests: $(TEST_OBJ_FILES)
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(INC_DIRS) -o ${TEST_TARGET} $^
./${TEST_TARGET}
$(BUILD_DIR)/%.o: $(TEST_DIR)/%.test.cpp
@mkdir -p $(@D)
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(INC_DIRS) -c -o $@ $<
unitTests:
test: unitTests
run: $(TARGET)
./$(TARGET)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment