Skip to content

Improve testing integration#671

Draft
tomk-amd wants to merge 1 commit intodevfrom
tkarczew/test_ctest
Draft

Improve testing integration#671
tomk-amd wants to merge 1 commit intodevfrom
tkarczew/test_ctest

Conversation

@tomk-amd
Copy link
Collaborator

Motivation

Improve testing integration

Technical Details

Add flag to enable/disable building tests.
Build tests by default.
Setup working folder for tests.

run tests from build folder using:

cd build
ctest --verbose 

on windows if multiple configurations are present then run from appropriate build config folder:

cd build\x64-Debug
ctest --verbose -C Debug

-C Debug chooses configuration. For release builds use -C Release

To see available tests run (from build folder):
ctest -N

Build tests by default.
Setup working folder for tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant