From 784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 8 Nov 2015 19:59:28 +0000 Subject: Added test to save all types --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') 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) -- cgit v1.2.3