summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
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 3fec11a..c4f4b28 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -2,7 +2,7 @@ CC=gcc
CFLAGS=-I../ -lnetbytes -Wl,-rpath=../ -L../
LDFLAGS=
-SOURCE=test_save test_multiple_write test_multiple_read test_add_elem
+SOURCE=test_save test_multiple_write test_multiple_read test_add_elem test_alltypes
SOURCES=$(SOURCE:=.c)
make: $(SOURCE)