summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tests/Makefile.am b/plugins/tests/Makefile.am
index c73725d..d3e7494 100644
--- a/plugins/tests/Makefile.am
+++ b/plugins/tests/Makefile.am
@@ -15,8 +15,8 @@ LIBS = @LIBINTL@
15 15
16test_utils_SOURCES = test_utils.c 16test_utils_SOURCES = test_utils.c
17test_utils_CFLAGS = -g -I.. 17test_utils_CFLAGS = -g -I..
18test_utils_LDFLAGS = -L.. 18test_utils_LDFLAGS = -rpath /usr/local/lib -ltap
19test_utils_LDADD = ../utils.o $(TAPLIBS) 19test_utils_LDADD = ../utils.o
20 20
21test: ${noinst_PROGRAMS} 21test: ${noinst_PROGRAMS}
22 perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) 22 perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)