diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-29 13:27:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-29 13:27:13 +0000 |
commit | f70a4714c9e5eb00563878d1f764570828700e87 (patch) | |
tree | 191652dfd4fd26df145a727246df9d3a9938c3c9 /gas/testsuite/configure.in | |
parent | de001789f9b35b8a55793804e0560d3b45cc30b2 (diff) | |
download | gdb-f70a4714c9e5eb00563878d1f764570828700e87.zip gdb-f70a4714c9e5eb00563878d1f764570828700e87.tar.gz gdb-f70a4714c9e5eb00563878d1f764570828700e87.tar.bz2 |
First crack at a test suite.
Diffstat (limited to 'gas/testsuite/configure.in')
-rw-r--r-- | gas/testsuite/configure.in | 18 |
1 files changed, 18 insertions, 0 deletions
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: |