summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-11-08 19:59:28 +0000
committerFreeArtMan <dos21h@gmail.com>2015-11-08 19:59:28 +0000
commit784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8 (patch)
tree8692f4adf4879636a0d957697fb96518cbf63ae8 /test/Makefile
parentab329747c061820f8fc709f2c33bc7a2f9a3ff8d (diff)
downloadnetbytes-784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8.tar.gz
netbytes-784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8.zip
Added test to save all types
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)