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

Separate unit and functional test execution #126

Open
arthuraraujo-msft opened this issue Mar 7, 2024 · 1 comment
Open

Separate unit and functional test execution #126

arthuraraujo-msft opened this issue Mar 7, 2024 · 1 comment
Labels
nice to have This is not required, but would be nice to have
Milestone

Comments

@arthuraraujo-msft
Copy link
Contributor

Request made by @JeffMill

cd build/client
ctest --verbose --progress

several tests take a while (relatively speaking) to run. UTs should be instantaneous. Should split out FTs to seperate test.

@arthuraraujo-msft arthuraraujo-msft added the nice to have This is not required, but would be nice to have label Mar 7, 2024
@arthuraraujo-msft arthuraraujo-msft added this to the Future milestone Mar 7, 2024
@arthuraraujo-msft
Copy link
Contributor Author

We can probably move enable_testing to the test/unit and tests/functional, which will make ctest have to be run like ctest --test-dir builc/client/tests/unit

The test script can have switches to choose either or both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have This is not required, but would be nice to have
Projects
None yet
Development

No branches or pull requests

1 participant