diff options
author | Robert Lipe <robertl@dgii.com> | 1998-10-14 14:13:56 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 1998-10-14 14:13:56 +0000 |
commit | 8e30605ec7cb35fe97378ce25dec6ef99920c6a7 (patch) | |
tree | 17d3fbf7da6dd72fd7c4a1f0645f0fd5887ec3a6 /gcc/testsuite/lib/objc-torture.exp | |
parent | fc45c7efec9457a616b27caab813322c93481b9d (diff) | |
download | gcc-8e30605ec7cb35fe97378ce25dec6ef99920c6a7.tar.gz |
objc-torture.exp: Add -I so we can find objc headers.
From-SVN: r23086
Diffstat (limited to 'gcc/testsuite/lib/objc-torture.exp')
-rw-r--r-- | gcc/testsuite/lib/objc-torture.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/objc-torture.exp b/gcc/testsuite/lib/objc-torture.exp index 517d6ca5df4..5eadd489c47 100644 --- a/gcc/testsuite/lib/objc-torture.exp +++ b/gcc/testsuite/lib/objc-torture.exp @@ -169,7 +169,7 @@ proc objc-torture-execute { src } { verbose "Testing $testcase, $option" 1 set options "" - lappend options "additional_flags=-w $option" + lappend options "additional_flags=-w $option -I${srcdir}/../../libobjc" set comp_output [objc_target_compile "$src" "$executable" executable $options]; # Set a few common compiler messages. |