diff options
Diffstat (limited to 'lib/tests/Makefile.am')
-rw-r--r-- | lib/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 0ddc8ab..bd25ccf 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am | |||
@@ -36,7 +36,7 @@ test_cmd_LDADD = ../utils_cmd.o ../utils_base.o | |||
36 | test_base64_SOURCES = test_base64.c | 36 | test_base64_SOURCES = test_base64.c |
37 | test_base64_CFLAGS = -g -I.. | 37 | test_base64_CFLAGS = -g -I.. |
38 | test_base64_LDFLAGS = -L/usr/local/lib -ltap | 38 | test_base64_LDFLAGS = -L/usr/local/lib -ltap |
39 | test_base64_LDADD = ../base64.o | 39 | test_base64_LDADD = $(top_srcdir)/gl/base64.o |
40 | 40 | ||
41 | test: ${noinst_PROGRAMS} | 41 | test: ${noinst_PROGRAMS} |
42 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) | 42 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) |