summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-06-09 15:13:26 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-06-09 15:13:26 +0200
commit8ea85ae8db6ecd494cc0530948ff9cad209c864c (patch)
tree54a0d3a264f7b6a59841cf75f7a468b65e236d8b /tests
parent9348ab88370b8f6ba02f07cf2124fcf9eb78c3f5 (diff)
Don't relink the libvimb before each test.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index abe6b5b..9998f1a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -11,7 +11,7 @@ TEST_PROGS = test-handlers \
all: $(TEST_PROGS)
LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):." gtester --verbose $(TEST_PROGS)
-${TEST_PROGS}: $(LIBTARGET)
+${TEST_PROGS}: $(notdir $(LIBTARGET))
clean:
rm -f $(TEST_PROGS)