modify test executable file name

This commit is contained in:
Tung, Ying Yi 2023-10-21 23:18:04 -07:00 committed by GitHub
parent 16e070805d
commit 6018120a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,5 @@ make # cmake --build . is same
## run test
```bash
./build/test/runtests
```
./build/test/run_tests
```