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 3fc0322..00f69b3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,7 +8,8 @@ LIB = ../lib/libft.a
TESTS = test_strlen test_is test_mem test_cmp test_case test_strl test_search \
test_atoi test_alloc test_substr test_strjoin test_strtrim \
- test_split test_itoa test_strmapi test_striteri test_put
+ test_split test_itoa test_strmapi test_striteri test_put \
+ test_lst
BINS = $(TESTS:%=$(BINDIR)/%)