summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/tests/Makefile b/lib/tests/Makefile
deleted file mode 100644
index 13316fc..0000000
--- a/lib/tests/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-CFLAGS = -Wall -g
-
-all: test-blocking
-
-test-blocking: test-blocking.c ../examples/blocking.o ../base.o ../../list.o ../../tlv11.o
- $(CC) $(CFLAGS) -I .. -I ../examples -o $@ $^
-
-clean:
- -rm *.o test-blocking
-