mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
changed: rename test_ParallelRestart to test_ParallelSerialization
This commit is contained in:
parent
1838b39d2e
commit
de0018350a
@ -180,7 +180,7 @@ list (APPEND TEST_SOURCE_FILES
|
|||||||
|
|
||||||
if(MPI_FOUND)
|
if(MPI_FOUND)
|
||||||
list(APPEND TEST_SOURCE_FILES tests/test_parallelistlinformation.cpp
|
list(APPEND TEST_SOURCE_FILES tests/test_parallelistlinformation.cpp
|
||||||
tests/test_ParallelRestart.cpp)
|
tests/test_ParallelSerialization.cpp)
|
||||||
endif()
|
endif()
|
||||||
if(CUDA_FOUND)
|
if(CUDA_FOUND)
|
||||||
list(APPEND TEST_SOURCE_FILES tests/test_cusparseSolver.cpp)
|
list(APPEND TEST_SOURCE_FILES tests/test_cusparseSolver.cpp)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE TestParallelRestart
|
#define BOOST_TEST_MODULE TestParallelSerialization
|
||||||
#define BOOST_TEST_NO_MAIN
|
#define BOOST_TEST_NO_MAIN
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
Loading…
Reference in New Issue
Block a user