From c3c359327077fc9bb020ef9306dfbd7c4a483e39 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Fri, 11 Jul 2003 06:05:01 +0000 Subject: [PATCH] test_installed: Add options to run objc tests. 2003-07-11 Matthias Klose * test_installed: Add options to run objc tests. In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS. From-SVN: r69219 --- contrib/ChangeLog | 5 +++++ contrib/test_installed | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 6cde5eeb3a8..3533adc18f5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2003-07-11 Matthias Klose + + * test_installed: Add options to run objc tests. + In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS. + 2003-07-04 Zack Weinberg * gcc_update: Remove gcc/intl/plural.c from list. diff --git a/contrib/test_installed b/contrib/test_installed index b4c32835d9c..7a363d6872b 100755 --- a/contrib/test_installed +++ b/contrib/test_installed @@ -1,6 +1,6 @@ #! /bin/sh -# (C) 1998, 2000, 2002 Free Software Foundation +# (C) 1998, 2000, 2002, 2003 Free Software Foundation # Originally by Alexandre Oliva # This script is Free Software, and it can be copied, distributed and @@ -54,11 +54,12 @@ while true; do --without-gcc) GCC_UNDER_TEST=no; shift;; --without-g++) GXX_UNDER_TEST=no; shift;; --without-g77) G77_UNDER_TEST=no; shift;; + --without-objc) OBJC_UNDER_TEST=no; shift;; --tmpdir=*) tmpdir=`echo "$1" | sed 's/[^=]*=//'`; shift;; --help) cat <<\EOF -Runs the testsuite for an installed version of gcc/g++/g77 +Runs the testsuite for an installed version of gcc/g++/g77/objc Copyright (C) 1998 Free Software Foundation by Alexandre Oliva @@ -77,6 +78,7 @@ Supported arguments: --without-gcc do not run gcc testsuite --without-g++ do not run g++ testsuite --without-g77 do not run g77 testsuite +--without-objc do not run objc testsuite --tmpdir=/some/dir create temporaries and leave failed programs at specified directory [.] @@ -100,15 +102,20 @@ if test x"${testsuite+set}" != x"set" && test x"${srcdir+set}" != x"set"; then fi cat >site.exp <