From 14dfb79ca65dd80e117103c4f8852ae2b4a419a0 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 30 Jan 2011 08:26:23 -0600 Subject: Configuration tests. --- tests/Makefile.am | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 56a5620..5c9e0e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,16 +2,19 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/module \ - -Icutest + -Icutest \ + -DSRCDIR=\"$(srcdir)\" noinst_PROGRAMS = \ - hash-test - -hash_test_SOURCES = \ - hash-test.c + hash-test \ + conf-test hash_test_LDADD = \ $(top_builddir)/module/libp11-kit-testable.la +conf_test_LDADD = \ + $(top_builddir)/module/libp11-kit-testable.la + check-am: ./hash-test + ./conf-test -- cgit v1.1