[scripts] Correctly build the test runner

This commit is contained in:
Romain Goyet
2019-03-06 11:39:19 +01:00
committed by LeaNumworks
parent 69b1d37e64
commit 219fdcbdc6
3 changed files with 13 additions and 28 deletions

View File

@@ -20,4 +20,4 @@ runner_src += $(symbols_file)
runner_objs = $(call object_for,$(runner_src))
$(runner_objs): SFLAGS += -Iquiz/src
test.$(EXE): $(runner_objs) $(call object_for,$(tests))
$(BUILD_DIR)/test.$(EXE): $(runner_objs) $(call object_for,$(tests))