Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cmake dependency for moved test runner (#4440)
When I moved and renamed the test runner, I neglected to update the cmake target executable name. This means the runner does in fact get built the first time you run `make`, but it won't get incrementally updated if sources change. This PR updates the name of the executable so cmake can correctly track it.
- Loading branch information