X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgomp%2Ftestsuite%2Flibgomp.c%2B%2B%2Fc%2B%2B.exp;fp=libgomp%2Ftestsuite%2Flibgomp.c%2B%2B%2Fc%2B%2B.exp;h=ecb4aa9a9c72e70356337f97766ca1d3004c8231;hb=8487df4052540360ffcdb4a4d82a4b4223398827;hp=0000000000000000000000000000000000000000;hpb=66108e20b629f15a17168beb60fdac947c5370e8;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgomp/testsuite/libgomp.c++/c++.exp b/libgomp/testsuite/libgomp.c++/c++.exp new file mode 100644 index 00000000000..ecb4aa9a9c7 --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/c++.exp @@ -0,0 +1,20 @@ +set lang_library_path "../libstdc++-v3/src/.libs" +set lang_test_file "${lang_library_path}/libstdc++.a" +set lang_link_flags "-lstdc++" + +load_lib libgomp-dg.exp + +# Initialize dg. +dg-init + +if [file exists "${blddir}/${lang_test_file}"] { + + # Gather a list of all tests. + set tests [lsort [glob -nocomplain $srcdir/$subdir/*.C]] + + # Main loop. + gfortran-dg-runtest $tests "" +} + +# All done. +dg-finish