Skip to content

Commit

Permalink
Fix typo "ktxToolTests" to "ktxToolsTest"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow authored Jun 8, 2024
1 parent 759f49d commit 29aedde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Once the submodule is fetched the CTS tests can be enabled with the `KTX_FEATURE
cmake option during cmake configuration. Please note that for `KTX_FEATURE_TOOLS_CTS` to take
effect both `KTX_FEATURE_TESTS` and `KTX_FEATURE_TOOLS` has to be also enabled.
The CTS integrates into `ctest` so running `ctest` will also execute the CTS tests too.
The test cases can be limited to the CTS tests with `ctest -R ktxToolTests`.
The test cases can be limited to the CTS tests with `ctest -R ktxToolsTest`.
Example for development workflow with CTS testing:
Expand All @@ -471,7 +471,7 @@ cmake --build build --target all
# Run every test case:
ctest --test-dir build
# Run only the CTS test cases:
ctest --test-dir build -R ktxToolTests
ctest --test-dir build -R ktxToolsTest
```
To create and update CTS test cases and about their specific features and usages
Expand Down

0 comments on commit 29aedde

Please sign in to comment.