Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
ndcurves
Commits
098983f9
Commit
098983f9
authored
Mar 16, 2021
by
Guilhem Saurel
Browse files
[tests] add extension
parent
f86076d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
098983f9
...
...
@@ -12,6 +12,6 @@ SET(${PROJECT_NAME}_TESTS
)
FOREACH
(
TEST
${${
PROJECT_NAME
}
_TESTS
}
)
ADD_UNIT_TEST
(
${
TEST
}
${
TEST
}
)
ADD_UNIT_TEST
(
${
TEST
}
${
TEST
}
.cpp
)
TARGET_LINK_LIBRARIES
(
${
TEST
}
${
PROJECT_NAME
}
)
ENDFOREACH
(
TEST
${${
PROJECT_NAME
}
_TESTS
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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