]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libgomp/testsuite/lib/libgomp-dg.exp
Imported gcc-4.4.3
[msp430-gcc.git] / libgomp / testsuite / lib / libgomp-dg.exp
diff --git a/libgomp/testsuite/lib/libgomp-dg.exp b/libgomp/testsuite/lib/libgomp-dg.exp
new file mode 100644 (file)
index 0000000..ebf78e1
--- /dev/null
@@ -0,0 +1,7 @@
+proc libgomp-dg-test { prog do_what extra_tool_flags } {
+    return [gcc-dg-test-1 libgomp_target_compile $prog $do_what $extra_tool_flags]
+}
+
+proc libgomp-dg-prune { system text } {
+    return [gcc-dg-prune $system $text]
+}