mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
5 lines
176 B
C++
5 lines
176 B
C++
#include "pybind11_tests.h"
|
|
#include "test_cpp_transporter_traveler_bindings.h"
|
|
|
|
TEST_SUBMODULE(cpp_transporter, m) { pybind11_tests::test_cpp_transporter::wrap_traveler(m); }
|