diff options
Diffstat (limited to 'libstdc++-v3/testsuite/Makefile.am')
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index 66bb6df..407d7c9 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -111,14 +111,6 @@ check-performance: testsuite_files_performance ${performance_script} -@(chmod + ${check_performance_script}; \ ${check_performance_script} ${glibcxx_srcdir} ${glibcxx_builddir}) -# Generates the plots and graphs for performance testing. -doc_performance_script=${glibcxx_srcdir}/scripts/make_graphs.py -doc-performance: - -@(chmod + ${doc_performance_script}; \ - ${doc_performance_script} ${glibcxx_srcdir} \ - ${glibcxx_builddir}/testsuite \ - ${glibcxx_srcdir}/testsuite/data/make_graph_htmls.xml \ - ${glibcxx_srcdir}/testsuite/data/make_graph_test_infos.xml local g++) # Runs the testsuite in parallel mode. libgomp_dir=${glibcxx_builddir}/../libgomp |