aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1fe78dc..4631a2c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -49,6 +49,8 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
TESTSUITE_AT = \
testsuite.at\
+ accept.at\
+ builtin.at\
control.at\
cyclic.at\
env.at\
@@ -68,7 +70,7 @@ TESTSUITE_AT = \
TESTSUITE = $(srcdir)/testsuite
M4=m4
-noinst_PROGRAMS = envtest to lines nt recvfd
+noinst_PROGRAMS = envtest to lines nt recvfd readtime chargen
nt_SOURCES = nt.c iobuf.h
AM_CPPFLAGS = \
-I$(top_srcdir)/lib\
@@ -78,7 +80,8 @@ AM_CPPFLAGS = \
LDADD = \
../lib/libpies.a\
- @GRECS_LDADD@
+ @GRECS_LDADD@\
+ ../gnu/libgnu.a
AUTOTEST = $(AUTOM4TE) --language=autotest
$(TESTSUITE): package.m4 $(TESTSUITE_AT)

Return to:

Send suggestions and report system problems to the System administrator.