mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Made test failures log to stdout.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$(OBJDIR)/tests/%.log: $(OBJDIR)/tests/%.exe
|
||||
@mkdir -p $(dir $@)
|
||||
@echo TEST $*
|
||||
@$< > $@
|
||||
@$<
|
||||
|
||||
declare-test = $(eval $(declare-test-impl))
|
||||
define declare-test-impl
|
||||
|
||||
Reference in New Issue
Block a user