mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Test files for mkcwproject
This commit is contained in:
parent
07642c3689
commit
9a8df7db6b
2 changed files with 223 additions and 0 deletions
12
Mac/Lib/test/mkcwproj/testmkcwproj.py
Normal file
12
Mac/Lib/test/mkcwproj/testmkcwproj.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import mkcwproj
|
||||
import sys
|
||||
|
||||
dict = {
|
||||
"sysprefix": sys.prefix,
|
||||
"sources": ["mkcwtestmodule.c"],
|
||||
"extrasearchdirs": [],
|
||||
}
|
||||
|
||||
|
||||
mkcwproj.mkproject("mkcwtest.prj", "mkcwtest", dict)
|
||||
mkcwproj.buildproject("mkcwtest.prj")
|
||||
Loading…
Add table
Add a link
Reference in a new issue