summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-26 07:51:17 -0400
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-26 07:51:17 -0400
commite67e496e7a2a4f757dac328f04a05b53c0653da5 (patch)
tree745b6c80c70ca01532a6caf2c2c43485d23cc0d6
parent0ec3859e17e1b61498ddc6c4d3999e4dbb93b83b (diff)
Rename test file to avoid name collision.
-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 =