diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-05 01:34:28 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-05 01:34:28 +0000 |
commit | 67549fc23f7cd8b560ed7e9b618ce1f75a335d60 (patch) | |
tree | 23f95b3c14b5066836538b4a04ad87d6912afa1e /libstdc++-v3/testsuite/Makefile.am | |
parent | 018c5f50c35cda3126699423c95c48a7b01dcec6 (diff) | |
download | gcc-67549fc23f7cd8b560ed7e9b618ce1f75a335d60.tar.gz |
2003-08-04 Phil Edwards <pme@gcc.gnu.org>
* testsuite/Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS):
Remove unneeded variable assignments. Leave them for automake.
* testsuite/lib/libstdc++-v3.exp: Rename...
* testsuite/lib/libstdc++.exp: ...to this. Adjust function names
accordingly.
* testsuite/libstdc++-v3.dg/dg.exp: Rename...
* testsuite/libstdc++-dg/normal.exp: ...to this. Adjust function
names accordingly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70165 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/Makefile.am')
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index bbe1fe5f45b..cd181c29243 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -21,23 +21,12 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## USA. -AUTOMAKE_OPTIONS = cygnus dejagnu +AUTOMAKE_OPTIONS = dejagnu mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs -DEJATOOL = libstdc++-v3 - -EXPECT = `if [ -f @glibcxx_builddir@/../../expect/expect ] ; then \ - echo @glibcxx_builddir@/../../expect/expect ; \ - else echo expect ; fi` - -RUNTEST = `if [ -f @glibcxx_srcdir@/../dejagnu/runtest ] ; then \ - echo @glibcxx_srcdir@/../dejagnu/runtest ; \ - else echo runtest; fi` - AM_MAKEFLAGS = -j1 AM_RUNTESTFLAGS = -RUNTESTFLAGS = PWD_COMMAND = $${PWDCMD-pwd} ## CXX is actually a "C" compiler. These are real C++ programs. |