microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Separate unit and functional test execution #126

Open arthuraraujo-msft opened 8 months ago

arthuraraujo-msft commented 8 months ago

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 commented 8 months ago

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