public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch][Cilkplus branch] Adding include directory path to testsuite script
@ 2011-09-06  4:52 Iyer, Balaji V
  2011-09-06 14:22 ` H.J. Lu
  0 siblings, 1 reply; 12+ messages in thread
From: Iyer, Balaji V @ 2011-09-06  4:52 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

Hello Everyone,
	This patch is for the Cilk Plus branch. It will add the include directory path it the testsuite script (cilk_plus.exp) in both gcc.dg/cilk-plus and g++.dg/cilk-plus directories.

Thanking You,

Yours sincerely,

Balaji V. Iyer.

[-- Attachment #2: test_suite_patch.txt --]
[-- Type: text/plain, Size: 1088 bytes --]

diff --git a/gcc/testsuite/g++.dg/cilk-plus/cilk_plus.exp b/gcc/testsuite/g++.dg/cilk-plus/cilk_plus.exp
index 9f91b0c..8a9fdd4 100644
--- a/gcc/testsuite/g++.dg/cilk-plus/cilk_plus.exp
+++ b/gcc/testsuite/g++.dg/cilk-plus/cilk_plus.exp
@@ -18,6 +18,6 @@
 load_lib g++-dg.exp
 
 dg-init
-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cpp]] "-fsyntax-only -w -lcilkrts -ldl " " "
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cpp]] " -w -lcilkrts -ldl -I  $srcdir/../../libcilkrts/include " " "
 
 dg-finish
diff --git a/gcc/testsuite/gcc.dg/cilk-plus/cilk_plus.exp b/gcc/testsuite/gcc.dg/cilk-plus/cilk_plus.exp
index b228b65..dcf096e 100644
--- a/gcc/testsuite/gcc.dg/cilk-plus/cilk_plus.exp
+++ b/gcc/testsuite/gcc.dg/cilk-plus/cilk_plus.exp
@@ -18,6 +18,6 @@
 load_lib gcc-dg.exp
 
 dg-init
-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-fsyntax-only -lcilkrts -ldl -std=c99" " "
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] " -ldl -lcilkrts -I $srcdir/../../libcilkrts/include -std=c99 " " "
 
 dg-finish

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-09-06 18:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-06  4:52 [Patch][Cilkplus branch] Adding include directory path to testsuite script Iyer, Balaji V
2011-09-06 14:22 ` H.J. Lu
2011-09-06 14:31   ` Iyer, Balaji V
2011-09-06 14:41     ` H.J. Lu
2011-09-06 14:46       ` Iyer, Balaji V
2011-09-06 14:57         ` H.J. Lu
2011-09-06 15:03           ` Iyer, Balaji V
2011-09-06 16:42             ` H.J. Lu
     [not found]               ` <CAMe9rOogjm25uoBNUAmZUVYO57ccGEJu-hbp9WX+07Jv40aQiA@mail.gmail.com>
2011-09-06 17:35                 ` Iyer, Balaji V
2011-09-06 17:39                   ` H.J. Lu
2011-09-06 17:46                     ` Iyer, Balaji V
2011-09-06 18:09                       ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).