OSDN Git Service

2005-01-20 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / Makefile.am
index 371ab72..1baeb82 100644 (file)
@@ -180,6 +180,12 @@ check-performance: testsuite_files_performance ${performance_script}
        -@(chmod + ${performance_script}; \
          ${performance_script} ${glibcxx_srcdir} ${glibcxx_builddir})
 
+# Runs the testsuite, but in compile only mode, and times it.
+# See script.
+compile_script=${glibcxx_srcdir}/scripts/check_compile
+check-compile: testsuite_files ${compile_script}
+       -@(chmod + ${compile_script}; \
+         ${compile_script} ${glibcxx_srcdir} ${glibcxx_builddir})
 
 # This rule generates all of the testsuite_files* lists at once.
 ${lists_of_files}: