aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 14f5b4f..0290f61 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,13 +17,14 @@
17AUXTOOLS = \ 17AUXTOOLS = \
18 aux/respawn\ 18 aux/respawn\
19 aux/retcode\ 19 aux/retcode\
20 aux/mailer\ 20 aux/mailer\
21 aux/touchfile\ 21 aux/touchfile\
22 aux/sleepexit\ 22 aux/sleepexit\
23 aux/startcheck 23 aux/startcheck\
24 aux/in.test
24 25
25EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 $(AUXTOOLS) 26EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 $(AUXTOOLS)
26DISTCLEANFILES = atconfig $(check_SCRIPTS) 27DISTCLEANFILES = atconfig $(check_SCRIPTS)
27MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) 28MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
28 29
29## ------------ ## 30## ------------ ##
@@ -49,27 +50,31 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
49TESTSUITE_AT = \ 50TESTSUITE_AT = \
50 testsuite.at\ 51 testsuite.at\
51 control.at\ 52 control.at\
52 cyclic.at\ 53 cyclic.at\
53 env.at\ 54 env.at\
54 envop.at\ 55 envop.at\
56 inet.at\
55 respawn.at\ 57 respawn.at\
56 redirect.at\ 58 redirect.at\
57 ret-exec.at\ 59 ret-exec.at\
58 ret-notify.at\ 60 ret-notify.at\
59 shell.at\ 61 shell.at\
60 startup.at\ 62 startup.at\
61 shutdown.at\ 63 shutdown.at\
62 version.at 64 version.at
63 65
64TESTSUITE = $(srcdir)/testsuite 66TESTSUITE = $(srcdir)/testsuite
65M4=m4 67M4=m4
66 68
67noinst_PROGRAMS = envtest to lines 69noinst_PROGRAMS = envtest to lines nt
70nt_SOURCES = nt.c iobuf.h
68AM_CPPFLAGS = \ 71AM_CPPFLAGS = \
69 -I$(top_srcdir)/lib\ 72 -I$(top_srcdir)/lib\
73 -I$(top_srcdir)/gnu\
74 -I$(top_builddir)/gnu\
70 @GRECS_INCLUDES@ 75 @GRECS_INCLUDES@
71 76
72LDADD = \ 77LDADD = \
73 ../lib/libpies.a\ 78 ../lib/libpies.a\
74 @GRECS_LDADD@ 79 @GRECS_LDADD@
75 80

Return to:

Send suggestions and report system problems to the System administrator.