pybind11/tests/test_embed
Jason Rhinelander f7b27efbc9 Fix compatibility with catch v2
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.
2018-09-11 10:09:36 +02:00
..
CMakeLists.txt Fix segfault when reloading interpreter with external modules (#1092) 2018-02-07 10:54:31 +01:00
catch.cpp Fix compatibility with catch v2 2018-09-11 10:09:36 +02:00
external_module.cpp Fix segfault when reloading interpreter with external modules (#1092) 2018-02-07 10:54:31 +01:00
test_interpreter.cpp Fix segfault when reloading interpreter with external modules (#1092) 2018-02-07 10:54:31 +01:00
test_interpreter.py Add Catch framework for testing embedding support and C++-side features 2017-05-28 02:12:24 +02:00