summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..3fec11a
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,11 @@
+CC=gcc
+CFLAGS=-I../ -lnetbytes -Wl,-rpath=../ -L../
+LDFLAGS=
+
+SOURCE=test_save test_multiple_write test_multiple_read test_add_elem
+SOURCES=$(SOURCE:=.c)
+
+make: $(SOURCE)
+
+clean:
+ rm -f $(SOURCE) \ No newline at end of file