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
@@ -62,10 +62,17 @@ check-local: atconfig atlocal $(TESTSUITE)
$(SHELL) $(TESTSUITE)
# Run the test suite on the *installed* tree.
#installcheck-local:
# $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
+check_PROGRAMS = binpack
+binpack_SOURCES = binpack.c
+binpack_LDADD = ../src/libbinlog.a
+
+binpack_CFLAGS = $(AM_CFLAGS)
+
+AM_CPPFLAGS = -I$(top_srcdir)/src

Return to:

Send suggestions and report system problems to the System administrator.