Commit d59abed
authored
Fix CMake subdir test
* Fix CMake subdir test
`add_test(main main)` treats the 2nd argument as the command to run.
The one-argument (or named argument variant) supports resolving target names so it will always find it
* Use named arguments for subdir-add_test1 parent d5ccc9e commit d59abed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
0 commit comments