added: option to execute serial regression tests in parallel builds

defaults to true. option is needed to aid CI
This commit is contained in:
Arne Morten Kvarving 2017-01-23 09:57:13 +01:00
parent c509e57960
commit ff8364f386

View File

@ -14,3 +14,4 @@ OPTION(IFEM_USE_UMFPACK "Compile with UMFPACK support?" ON)
OPTION(IFEM_AS_SUBMODULE "Compile IFEM as a submodule of apps?" OFF)
OPTION(IFEM_WHOLE_PROG_OPTIM "Compile IFEM with link-time optimizations?" OFF)
OPTION(IFEM_TEST_MEMCHECK "Run tests through valgrind?" OFF)
OPTION(IFEM_SERIAL_TESTS_IN_PARALLEL "Run serial tests in parallel builds?" ON)