blob: 7b08f2b5ee0cb2fc0011aec929fc92f3e63c630e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.am.original 2002-10-30 19:49:19.000000000 +0100
+++ Makefile.am 2003-02-03 19:21:01.000000000 +0100
@@ -14,10 +14,12 @@
TESTS_ENVIRONMENT=perl -I $(top_builddir) -I $(top_srcdir)
TESTS = @SCRIPT_TEST@
+AM_INSTALL_PROGRAM_FLAGS = @INSTALL_OPTS@
+
test:
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
CLEANFILES=$(libexec_SCRIPTS)
|