summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-05-16 12:19:54 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-05-16 12:19:54 -0400
commit7788deca5385c5856f12a93db84782880645c372 (patch)
treefe1f11db22122253ec54fc5b2ec8b449af9db568 /Makefile
parent8706515d905038ee7d869ab5ace0471c781d2624 (diff)
downloadbfs-7788deca5385c5856f12a93db84782880645c372.tar.xz
build: Fix test utility compilation
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