aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c0c8059..61b7d44 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -7,7 +7,8 @@ BINDIR = bin
LIB = ../lib/libft.a
TESTS = test_strlen test_is test_mem test_cmp test_case test_strl test_search \
- test_atoi test_alloc
+ test_atoi test_alloc test_substr test_strjoin test_strtrim \
+ test_split test_itoa test_strmapi test_striteri test_put
BINS = $(TESTS:%=$(BINDIR)/%)