summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-06-04 00:17:22 +0100
committerFreeArtMan <dos21h@gmail.com>2017-06-04 00:17:22 +0100
commit18b2ebe3df26009ef6b2aeb0670a396e876fca25 (patch)
tree3b851d392330877513c460b03e87b4d0d52ef0fb /test/Makefile
parenta3c2eb86925cf35ef6b0fbb12249cee6a15060cb (diff)
downloadnetbytes-18b2ebe3df26009ef6b2aeb0670a396e876fca25.tar.gz
netbytes-18b2ebe3df26009ef6b2aeb0670a396e876fca25.zip
Added nb_match functionality
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index c70c7f0..75a56ef 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -3,13 +3,13 @@ CFLAGS=-g3 -I../ -lnetbytes -Wl,-rpath=../ -L../
LDFLAGS=
SOURCE=test_save test_multiple_write test_multiple_read test_add_elem test_alltypes \
-test_key_value_store test_key_value_load
+test_key_value_store test_key_value_load test_key_value_match
SOURCES=$(SOURCE:=.c)
make: $(SOURCE)
leak:
- valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./test_key_value_store
+ valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./test_key_value_load
clean:
rm -f $(SOURCE) \ No newline at end of file