Commit 6af42d7
authored
Add tools/cmake to unittests (#10752)
### Summary
TSIA
### Test plan
CI + check if `tools/cmake` tests are listed:
```
$ pytest --collect-only
...
<Package tools>
<Package cmake>
<Package common>
<Module preset_test.py>
<UnitTestCase TestPreset>
<TestCaseFunction test_create_workspace>
<TestCaseFunction test_define_overridable_config_cli_override>
<TestCaseFunction test_define_overridable_config_cli_override_with_set_override>
<TestCaseFunction test_define_overridable_config_default>
<TestCaseFunction test_define_overridable_config_invalid_name>
<TestCaseFunction test_define_overridable_config_invalid_type>
<TestCaseFunction test_define_overridable_config_set_override_after_with_cache>
<TestCaseFunction test_define_overridable_config_set_override_before>
<TestCaseFunction test_set_option>
<TestCaseFunction testdefine_overridable_config_set_override_after>
...
```
cc @larryliu08201 parent 720cd76 commit 6af42d7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments