1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 09:51:36 +01:00

root: fix makefile to run testunity.out

testunity.out is being created in the
root directory and was being called from
the 'all' target incorrectly. This is
now fixed.
This commit is contained in:
Vivek Ayer
2012-11-18 18:08:08 -08:00
parent 7b9b7d6ae2
commit 56de50cf7f

View File

@@ -28,7 +28,7 @@ all: clean default
default:
ruby auto/generate_test_runner.rb test/testunity.c build/testunity_Runner.c
$(C_COMPILER) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES) $(OUT_FILE)
$(TARGET)
./$(TARGET)
clean:
$(CLEANUP)