mirror of https://gitlab.com/cppit/jucipp
3 changed files with 11 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
#include "test_suite.h" |
||||
|
||||
int main() { |
||||
suite test_suite("CMake_tests"); |
||||
py::module::import("cmake_test"); |
||||
} |
||||
Loading…
Reference in new issue