diff options
| author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-08 17:35:09 +0000 |
|---|---|---|
| committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-08 17:35:09 +0000 |
| commit | 2f3b69d43e22dbc5879da7e59ca69d24df0f33e6 (patch) | |
| tree | 1f84803b79c666ad46087cea696d3247890a0801 | |
| parent | c07ef2e00d230c3cd0d56b01d5e71a3952009759 (diff) | |
| download | ppe42-gcc-2f3b69d43e22dbc5879da7e59ca69d24df0f33e6.tar.gz ppe42-gcc-2f3b69d43e22dbc5879da7e59ca69d24df0f33e6.zip | |
2002-01-08 H.J. Lu <hjl@gnu.org>
* objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
for header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48647 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/objc.dg/special/special.exp | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 36eba4c336c..4b432d82204 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-01-08 H.J. Lu <hjl@gnu.org> + + * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc + for header files. + 2002-01-08 Geoff Keating <geoffk@redhat.com> * gcc.dg/altivec-4.c: Make the 'char' entries signed also for diff --git a/gcc/testsuite/objc.dg/special/special.exp b/gcc/testsuite/objc.dg/special/special.exp index 09552a72ad6..464af9898e4 100644 --- a/gcc/testsuite/objc.dg/special/special.exp +++ b/gcc/testsuite/objc.dg/special/special.exp @@ -33,11 +33,11 @@ dg-init # This test is special because we must compile two different modules, # unclaimed-category-1a.m and unclaimed-category-1.m, then link # together, then run the resulting executable. -set lines [objc_target_compile "$srcdir/$subdir/unclaimed-category-1a.m" "unclaimed-category-1a.o" object ""] +set lines [objc_target_compile "$srcdir/$subdir/unclaimed-category-1a.m" "unclaimed-category-1a.o" object "additional_flags=-I${srcdir}/../../libobjc"] if ![string match "" $lines] then { fail "unclaimed-category-1a.o" } else { - dg-runtest "$srcdir/$subdir/unclaimed-category-1.m" "unclaimed-category-1a.o" "" + dg-runtest "$srcdir/$subdir/unclaimed-category-1.m" "unclaimed-category-1a.o" "-I${srcdir}/../../libobjc" file delete unclaimed-category-1a.o } |

