mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[scripts] Correctly build the test runner
This commit is contained in:
committed by
LeaNumworks
parent
69b1d37e64
commit
219fdcbdc6
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user