summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorlinus <linus@nordu.net>2011-01-21 16:35:54 +0100
committerlinus <linus@nordu.net>2011-01-21 16:35:54 +0100
commite50ffa77df4e71a70efc124a278f0270e09509b5 (patch)
tree1cee43c2d380c5bc9fcc9a38a2d55750fc65a9b0 /lib/tests
parentb1e6526de4b1374ebdb4f3ce82b906fc3d8775a7 (diff)
Remove unused Makefile.
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
-