summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index c3ce1ca..0000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-CPPFLAGS = -I ../
-
-include ../config.mk
-
-TEST_PROGS = test-util \
- test-shortcut \
- test-handler \
- test-file-storage
-
-all: $(TEST_PROGS)
- $(Q)LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):." gtester --verbose $(TEST_PROGS)
-
-${TEST_PROGS}: ../$(SRCDIR)/vimb.so
-
-test-%: test-%.c
- @echo "${CC} $@"
- $(Q)$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< ../$(SRCDIR)/vimb.so $(LDFLAGS)
-
-clean:
- $(RM) $(TEST_PROGS)