diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 01feea4..9895192 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,12 +3,12 @@ test_SOURCES = test.c usbg-test.c usbg-io-wrappers.c test_LDFLAGS = -ldl test_LDFLAGS += $(CMOCKA_LIBS) test_LDFLAGS += $(LIBCONFIG_LIBS) -test_LDADD = ./libusbgx.so +test_LDADD = ./libusbg.so test_CPPFLAGS = -I$(top_srcdir)/include/ -./libusbgx.so: - -ln -s $(top_srcdir)/src/.libs/libusbgx.so* . -CLEANFILES = libusbgx.so* +./libusbg.so: + -ln -s $(top_srcdir)/src/.libs/libusbg.so* . +CLEANFILES = libusbg.so* check_SCRIPTS = ./test.sh TESTS = $(check_SCRIPTS) |