Download this file
18 lines (14 with data), 338 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | # a unit test driver -- these should ru w/o error
all = (
'WallisPi.py',
'weave_callback.py',
'weave_cplx.py',
'weave_examples.py',
'vtk_hello.py',
'vtk_marching_cubes.py',
'vtk_slice_viewer.py',
)
for fname in all:
print 'running %s'%fname
os.system('python %s'%fname)
print "That's all folks"
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.