diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-03-22 13:31:34 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-03-22 13:31:34 +1000 |
commit | cecbb8256142ec39c85065a232e1f0422d1bd900 (patch) | |
tree | b9762f5ddac5417ed7ec17302f5a64516801a442 | |
parent | 30973c0bc053b2198cafb1899a0843688d5bb541 (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.am | 2 |
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.* |