summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-26 11:03:47 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-26 11:03:47 +0100
commit693bc2696de497f303e10b7e4564c2277823a125 (patch)
treeda93f78a3c307f765c4420503eb6d31e1d3783f7 /test
parent0f2dfd5817375c333dcb3348ff53b9cdc0a474e1 (diff)
Added autotools project files.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..00229f7
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,7 @@
+bin_PROGRAMS = test
+
+test_LDADD = ../libusbhp/libusbhp.la
+test_SOURCES = \
+ test.cc
+
+include_HEADERS =