From 2fae8beb0ccffd1f18ea414a9705abfc3eb23ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 8 Oct 2004 17:21:39 +0200 Subject: [PATCH] Use noinst_PROGRAMS instead of check_PROGRAMS, it seems check_PROGRAMS doesn't work with the rntcl build. Rev: src/argp/ChangeLog:1.35 Rev: src/argp/testsuite/Makefile.am:1.4 --- src/argp/ChangeLog | 6 ++++++ src/argp/testsuite/Makefile.am | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/argp/ChangeLog b/src/argp/ChangeLog index 64fad87d4..6ab03874e 100644 --- a/src/argp/ChangeLog +++ b/src/argp/ChangeLog @@ -1,3 +1,9 @@ +2004-10-08 Niels M�ller <niels@s3.kth.se> + + * testsuite/Makefile.am: Use noinst_PROGRAMS instead of + check_PROGRAMS, it seems check_PROGRAMS doesn't work with the + rntcl build. + 2004-03-20 Niels M�ller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). Converted to new style diff --git a/src/argp/testsuite/Makefile.am b/src/argp/testsuite/Makefile.am index f74149849..cd393704c 100644 --- a/src/argp/testsuite/Makefile.am +++ b/src/argp/testsuite/Makefile.am @@ -1,12 +1,13 @@ -TS_SH = ex1-test permute-test +AM_CPPFLAGS = -I$(top_srcdir) + +noinst_PROGRAMS = ex1 ex3 ex4 + TS_PROGS = +TS_SH = ex1-test permute-test TS_ALL = $(TS_PROGS) $(TS_SH) -check_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4 - LDADD = ../libargp.a -AM_CPPFLAGS = -I$(top_srcdir) EXTRA_DIST = $(TS_SH) run-tests CLEANFILES = test.out -- GitLab