summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 40f6b17..361f230 100644
--- a/Makefile
+++ b/Makefile
@@ -247,10 +247,12 @@ UNIT_CHECKS := $(UNITS:%=check-%)
# Testing utilities
TEST_UTILS := $(BIN)/tests/mksock $(BIN)/tests/xtouch
-tests: $(UNIT_TESTS) $(TEST_UTILS)
+TESTS := $(UNIT_TESTS) $(TEST_UTILS)
+
+tests: $(TESTS)
.PHONY: tests
-$(UNIT_TESTS): $(BIN)/tests/%: $(OBJ)/tests/%.o $(LIBBFS)
+$(TESTS): $(BIN)/tests/%: $(OBJ)/tests/%.o $(LIBBFS)
# The different search strategies that we test
STRATEGIES := bfs dfs ids eds