From f70a4714c9e5eb00563878d1f764570828700e87 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 29 Mar 1993 13:27:13 +0000 Subject: First crack at a test suite. --- gas/testsuite/configure.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gas/testsuite/configure.in (limited to 'gas/testsuite/configure.in') diff --git a/gas/testsuite/configure.in b/gas/testsuite/configure.in new file mode 100644 index 0000000..f0c6746 --- /dev/null +++ b/gas/testsuite/configure.in @@ -0,0 +1,18 @@ +# This file is a shell script fragment that supplies the information +# necessary to tailor a template configure script into the configure +# script appropriate for this directory. For more information, check +# any existing configure script. + +srctrigger=Makefile.in +srcname="DejaGnu" + +# per-host: + +# per-target: + +# All the tests are run on the host, which we're assuming is unix. +# But it looks like dejagnu wants `where the tests are run' to be +# in target_abbrev. +target_abbrev=unix + +# post-target: -- cgit v1.1