aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7f24aeb..4e3bc7b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -65,6 +65,13 @@ check-local: atconfig atlocal $(TESTSUITE)
65#installcheck-local: 65#installcheck-local:
66# $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin 66# $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
67 67
68check_PROGRAMS = binpack
69binpack_SOURCES = binpack.c
70binpack_LDADD = ../src/libbinlog.a
71
72binpack_CFLAGS = $(AM_CFLAGS)
73
74AM_CPPFLAGS = -I$(top_srcdir)/src
68 75
69 76
70 77

Return to:

Send suggestions and report system problems to the System administrator.