| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| catch.cpp | ||
| external_module.cpp | ||
| test_interpreter.cpp | ||
| test_interpreter.py |
Catch v2 changed the `run(...)` signature to take a `char *argv[]`, arguing partly that technically a `char *argv[]` type is the correct `main()` signature rather than `const char *argv[]`. Dropping the `const` here doesn't appear to cause any problems with catch v1 (tested against both the cmake-downloaded 1.9.3 and Debian's 1.12.1 package) so we can follow suit.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| CMakeLists.txt | Loading commit data... | |
| catch.cpp | Loading commit data... | |
| external_module.cpp | Loading commit data... | |
| test_interpreter.cpp | Loading commit data... | |
| test_interpreter.py | Loading commit data... |