diff options
| author | FreeArtMan <dos21h@gmail.com> | 2015-11-08 19:59:28 +0000 |
|---|---|---|
| committer | FreeArtMan <dos21h@gmail.com> | 2015-11-08 19:59:28 +0000 |
| commit | 784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8 (patch) | |
| tree | 8692f4adf4879636a0d957697fb96518cbf63ae8 /test/Makefile | |
| parent | ab329747c061820f8fc709f2c33bc7a2f9a3ff8d (diff) | |
| download | netbytes-784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8.tar.gz netbytes-784a5524e7aa02f98e070bdd3dc7f4d603f3ffe8.zip | |
Added test to save all types
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
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) |
