Merge C++ from gomp-20050608-branch.
[official-gcc.git] / libgomp / testsuite / libgomp.c++ / c++.exp
blobecb4aa9a9c72e70356337f97766ca1d3004c8231
1 set lang_library_path "../libstdc++-v3/src/.libs"
2 set lang_test_file "${lang_library_path}/libstdc++.a"
3 set lang_link_flags "-lstdc++"
5 load_lib libgomp-dg.exp
7 # Initialize dg.
8 dg-init
10 if [file exists "${blddir}/${lang_test_file}"] {
12 # Gather a list of all tests.
13 set tests [lsort [glob -nocomplain $srcdir/$subdir/*.C]]
15 # Main loop.
16 gfortran-dg-runtest $tests ""
19 # All done.
20 dg-finish