Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
77555753
Commit
77555753
authored
Apr 16, 2018
by
Christian Mattes
Browse files
Made customvec tests known to CMake
parent
ad767006
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Unittests/CMakeLists.txt
View file @
77555753
...
...
@@ -100,6 +100,7 @@ if ( OPENMESH_BUILD_UNIT_TESTS )
acg_copy_after_build
(
unittests_customvec
${
CMAKE_CURRENT_SOURCE_DIR
}
/TestFiles
${
CMAKE_BINARY_DIR
}
/Unittests/
)
add_test
(
NAME AllTestsIn_OpenMesh_tests WORKING_DIRECTORY
"
${
CMAKE_BINARY_DIR
}
/Unittests"
COMMAND
"
${
CMAKE_BINARY_DIR
}
/Unittests/unittests"
)
add_test
(
NAME AllTestsIn_OpenMesh_tests_with_minimal_vector WORKING_DIRECTORY
"
${
CMAKE_BINARY_DIR
}
/Unittests"
COMMAND
"
${
CMAKE_BINARY_DIR
}
/Unittests/unittests_customvec"
)
else
(
GTEST_FOUND
)
message
(
STATUS
"Google testing framework was not found, unittests disabled."
)
...
...
Write
Preview
Supports
Markdown
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