Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
Mpp
Commits
6cc694a0
Commit
6cc694a0
authored
Mar 24, 2020
by
niklas.baumgarten
Browse files
added test
parent
e2b853ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
6cc694a0
...
...
@@ -10,6 +10,7 @@ add_executable(TestCellConstruction ${TEST_DIR}/TestCellConstruction.cpp)
add_executable
(
TestCellInterface
${
TEST_DIR
}
/TestCellInterface.cpp
)
add_executable
(
TestConfig
${
TEST_DIR
}
/TestConfig.cpp
)
add_executable
(
TestChainConfig
${
TEST_DIR
}
/TestChainConfig.cpp
)
add_executable
(
TestVtuPlot
${
TEST_DIR
}
/TestVtuPlot.cpp
)
# Linking
target_link_libraries
(
TestShape SRC LIB_PS
${
SUPERLU
}
${
BLAS_LIBRARIES
}
...
...
@@ -24,4 +25,6 @@ target_link_libraries(TestConfig SRC LIB_PS ${SUPERLU}
${
BLAS_LIBRARIES
}
${
LAPACK_LIBRARIES
}
${
GTEST_LIB
}
)
target_link_libraries
(
TestChainConfig SRC LIB_PS
${
SUPERLU
}
${
BLAS_LIBRARIES
}
${
LAPACK_LIBRARIES
}
${
GTEST_LIB
}
)
target_link_libraries
(
TestVtuPlot SRC LIB_PS
${
SUPERLU
}
${
BLAS_LIBRARIES
}
${
LAPACK_LIBRARIES
}
${
GTEST_LIB
}
)
#---------------------------------------------------------------------------------------#
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment