summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..38e2db6
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,11 @@
+bin_PROGRAMS = osfp_test
+
+osfp_test_SOURCES = \
+ test.c
+
+osfp_test_LDADD = \
+ ../src/.libs/libosfp.la
+
+osfp_test_CFLAGS = \
+ -I../src
+