summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-21 11:55:43 +0100
committerOskar <[email protected]>2024-03-21 11:55:43 +0100
commit713f7440b97c70357bb507458305cb05e312f1f6 (patch)
tree8c5c03423a9162604233ad22a89741fff862ce7c /test/Makefile
parentf39f7fec07bdbe40eb1e97533d981cf67710a423 (diff)
added i_validation.c and i_validation.h to make the code a bit easier and readable. Its my preparation for when i start dividing the validation functions in to smaller pieces
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0ba1132..252e0a1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -11,4 +11,4 @@ clean:
smode:
echo "CC input.c ---> smode"
- cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c -o test/smode
+ cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c i_validation.c -o test/smode