summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cppext/extension.cpp
Commit message (Collapse)AuthorAgeFilesLines
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-221-0/+260
* Move test_cppext to its own directory * Rename setup_testcppext.py to setup.py * Rename _testcppext.cpp to extension.cpp * The source (extension.cpp) is now also copied by the test.