aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 39899c8..419818b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -48,6 +48,8 @@ TESTSUITE_AT = \
48 testsuite.at\ 48 testsuite.at\
49 control.at\ 49 control.at\
50 cyclic.at\ 50 cyclic.at\
51 env.at\
52 envop.at\
51 respawn.at\ 53 respawn.at\
52 redirect.at\ 54 redirect.at\
53 ret-exec.at\ 55 ret-exec.at\
@@ -60,6 +62,15 @@ TESTSUITE_AT = \
60TESTSUITE = $(srcdir)/testsuite 62TESTSUITE = $(srcdir)/testsuite
61M4=m4 63M4=m4
62 64
65noinst_PROGRAMS = envtest
66AM_CPPFLAGS = \
67 -I$(top_srcdir)/lib\
68 @GRECS_INCLUDES@
69
70LDADD = \
71 ../lib/libpies.a\
72 @GRECS_LDADD@
73
63AUTOTEST = $(AUTOM4TE) --language=autotest 74AUTOTEST = $(AUTOM4TE) --language=autotest
64$(TESTSUITE): package.m4 $(TESTSUITE_AT) 75$(TESTSUITE): package.m4 $(TESTSUITE_AT)
65 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp 76 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp

Return to:

Send suggestions and report system problems to the System administrator.