From 71e54e4dbc595313a5930dd82010345ac95051d4 Mon Sep 17 00:00:00 2001 From: Vijay Mahadevan Date: Mon, 19 Dec 2016 08:23:38 +0530 Subject: [PATCH] Remove seqperf test -- make it into a tool. This test takes ~ 90s and should be in a more expensive performance suite of tests --- test/perf/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/perf/CMakeLists.txt b/test/perf/CMakeLists.txt index f916667a..7f2697eb 100644 --- a/test/perf/CMakeLists.txt +++ b/test/perf/CMakeLists.txt @@ -1,14 +1,14 @@ add_subdirectory(point_location) set( LIBS MOAB ) -set( TESTS seqperf.cpp - adj_mem_time_test.cpp +set( TESTS adj_mem_time_test.cpp ) if(MOAB_HAVE_HDF5) set( TESTS ${TESTS} adj_time.cpp ) endif(MOAB_HAVE_HDF5) -set( TOOLS perf.cpp +set( TOOLS seqperf.cpp + perf.cpp perftool.cpp umr_perf.cpp ) -- GitLab