aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/Makefile')
-rw-r--r--Source/charon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile
index 5154d0207..f792c5b49 100644
--- a/Source/charon/Makefile
+++ b/Source/charon/Makefile
@@ -78,7 +78,7 @@ $(BINNAMESTROKE) : stroke.c
TEST_OBJS = $(OBJS)
include $(MAIN_DIR)testcases/Makefile.testcases
-$(BUILD_DIR)run_tests : $(TEST_OBJS)
+$(BUILD_DIR)run_tests : build_dir $(TEST_OBJS)
$(CC) $(LDFLAGS) $(TEST_OBJS) -o $@
install : $(BINNAMECHARON)