From: Tom Tromey Date: Wed, 29 May 1996 01:30:36 +0000 (+0000) Subject: Nothing X-Git-Tag: Release-1-0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdbf01e918bc62e7b15fa7d82808652c9533a445;p=thirdparty%2Fautomake.git Nothing --- diff --git a/NEWS b/NEWS index b954af43c..b678bf30d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ New in 1.0: * Bug fixes * distcheck target runs install and installcheck targets -* Added support for DejaGNU. +* Added preliminary support for DejaGNU. New in 0.33: * More bug fixes diff --git a/TODO b/TODO index 6f1c0d44e..f5785ee20 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,13 @@ Priorities for release: [ none ] +dejagnu support: +* create site.exp based on known things: tool, srcdir, objdir, + maybe host_alias, host_triplet, target_alias, target_triplet, + build_triplet (depending on whether AC_CANONICAL_* is used) +* use RUNTEST_FOR_TARGET in some cases? +* defining RUNTEST, RUNTESTFLAGS should require dejagnu option + should be able to determine what is built by looking at rules (and configure.in). Then built man pages (eg) could automatically be omitted from the distribution.