summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b68935..ebbf641 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ version:
# Run all tests
.PHONY: test
test: $(TEST_EXES)
- $(foreach test,$(TEST_EXES),./$(test);)
+ $(foreach test,$(TEST_EXES),./$(test) &&) true
$(OBJDIR)/test/%: $(APP_OBJS) $(TEST_LIB_OBJS) $(OBJDIR)/test/%.o $(OBJDIR)/test/%.runner.o
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(LIBS)