aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 660a20f..b4ed98e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -4,7 +4,7 @@ CC = cc
CFLAGS = -g -fsanitize=address,undefined
test: FORCE
- $(CC) test.c ../src/extlib.c ../src/extstring.c $(CFLAGS) -o test
+ $(CC) test.c ../src/extlib.c ../src/extstring.c ../src/constraint_handler.c ../src/memset_s.c $(CFLAGS) -o test
./test
FORCE: ; # PHONY is a non standard extension