-
- Downloads
You need to sign in or sign up before continuing.
Merge pull request #5572 from gebart/pr/test-cpp-ctors
unittests: Add cpp_ctors test for C++ constructors
No related branches found
No related tags found
Showing
- tests/unittests/Makefile 9 additions, 3 deletionstests/unittests/Makefile
- tests/unittests/tests-cpp_ctors/Makefile 1 addition, 0 deletionstests/unittests/tests-cpp_ctors/Makefile
- tests/unittests/tests-cpp_ctors/Makefile.include 1 addition, 0 deletionstests/unittests/tests-cpp_ctors/Makefile.include
- tests/unittests/tests-cpp_ctors/README.md 18 additions, 0 deletionstests/unittests/tests-cpp_ctors/README.md
- tests/unittests/tests-cpp_ctors/tests-cpp_ctors-class.cpp 36 additions, 0 deletionstests/unittests/tests-cpp_ctors/tests-cpp_ctors-class.cpp
- tests/unittests/tests-cpp_ctors/tests-cpp_ctors-trampoline.c 63 additions, 0 deletionstests/unittests/tests-cpp_ctors/tests-cpp_ctors-trampoline.c
- tests/unittests/tests-cpp_ctors/tests-cpp_ctors.cpp 37 additions, 0 deletionstests/unittests/tests-cpp_ctors/tests-cpp_ctors.cpp
- tests/unittests/tests-cpp_ctors/tests-cpp_ctors.h 56 additions, 0 deletionstests/unittests/tests-cpp_ctors/tests-cpp_ctors.h
Loading
Please register or sign in to comment