summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dbab5bd..e7e89b3 100644
--- a/Makefile
+++ b/Makefile
@@ -180,6 +180,7 @@ endif
.PHONY: test
test: $(TEST_BIN)
+ ./$(TEST_BIN)
$(TEST_BIN): $(STATICLIB) $(TEST_OBJS)
@echo " LD $@"