summaryrefslogtreecommitdiff
path: root/sysdep/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r--sysdep/unix/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile
index 6f6b0d26..efbf3c70 100644
--- a/sysdep/unix/Makefile
+++ b/sysdep/unix/Makefile
@@ -5,4 +5,7 @@ $(cf-local)
$(conf-y-targets): $(s)krt.Y
src := $(filter-out main.c, $(src))
+
+tests_src := alloc_test.c
+tests_targets := $(tests_targets) $(tests-target-files)
tests_objs := $(tests_objs) $(src-o-files)