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
@@ -20,7 +20,8 @@ AUXTOOLS = \
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)
@@ -52,6 +53,7 @@ TESTSUITE_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\
@@ -64,9 +66,12 @@ TESTSUITE_AT = \
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 = \

Return to:

Send suggestions and report system problems to the System administrator.