Test files for mkcwproject

This commit is contained in:
Jack Jansen 2000-09-22 23:28:40 +00:00
parent 07642c3689
commit 9a8df7db6b
2 changed files with 223 additions and 0 deletions

View 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")