Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can CTest Lab run the build prior to running tests? #23

Closed
brobeson opened this issue Oct 9, 2022 · 0 comments
Closed

Can CTest Lab run the build prior to running tests? #23

brobeson opened this issue Oct 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brobeson
Copy link
Owner

brobeson commented Oct 9, 2022

The cmake-tools extension runs the build command before running tests. Can CTest-Lab do the same thing?

@brobeson brobeson added the question Further information is requested label Oct 9, 2022
brobeson added a commit that referenced this issue Nov 19, 2022
I added a line to run the cmake.build command. It runs, but I'm not in
a position to test it at the moment. Also, I need to look up the
command and see if there are any command arguments that I should use.

issue #23
@brobeson brobeson added enhancement New feature or request and removed question Further information is requested labels Nov 19, 2022
@brobeson brobeson added this to the Version 1.0 milestone Nov 19, 2022
@brobeson brobeson self-assigned this Nov 19, 2022
brobeson added a commit that referenced this issue Nov 20, 2022
I added a line to run the cmake.build command. It runs, but I'm not in
a position to test it at the moment. Also, I need to look up the
command and see if there are any command arguments that I should use.

issue #23
brobeson added a commit that referenced this issue Nov 25, 2022
I added functionality to run the `cmake.build` command before running
CTest. If the use has ms-vscode.cmake-tools extension, CTest Lab will
run the default `cmake.build` command. Then, if that command succeeds,
it will run the tests. I added a setting to disable this functionality.
I also updated the user documentation.

closes #23
brobeson added a commit that referenced this issue Nov 25, 2022
I added functionality to run the `cmake.build` command before running
CTest. If the use has ms-vscode.cmake-tools extension, CTest Lab will
run the default `cmake.build` command. Then, if that command succeeds,
it will run the tests. I added a setting to disable this functionality.
I also updated the user documentation.

closes #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant