summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 43ad6b4..4642f7d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,8 +1,8 @@
-bin_PROGRAMS = test
+bin_PROGRAMS = hptest
-test_LDADD = $(UDEV_LIBS) ../libusbhp/libusbhp.la
-test_CXXFLAGS = -I../libusbhp $(UDEV_CFLAGS)
-test_SOURCES = \
+hptest_LDADD = $(UDEV_LIBS) ../libusbhp/libusbhp.la
+hptest_CXXFLAGS = -I../libusbhp $(UDEV_CFLAGS)
+hptest_SOURCES = \
test.cc
include_HEADERS =