summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-03-22 13:31:34 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-03-22 13:31:34 +1000
commitcecbb8256142ec39c85065a232e1f0422d1bd900 (patch)
treeb9762f5ddac5417ed7ec17302f5a64516801a442
parent30973c0bc053b2198cafb1899a0843688d5bb541 (diff)
test: link the evemu-create test with -no-install
This way it's linked against evemu and we can override this for testing (LD_PRELOAD, etc.). And it has the benefit of gdb still working. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 70152b4..e6c167b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,7 +12,7 @@ test_cxx_compile_LDADD = $(top_builddir)/src/libevemu.la
test_evemu_create_SOURCES = test-evemu-create.c
test_evemu_create_LDADD = $(top_builddir)/src/libevemu.la
-test_evemu_create_LDFLAGS = -static
+test_evemu_create_LDFLAGS = -no-install
endif
CLEANFILES = evemu.tmp.*