~pythoneers/ubuntu/lucid/pycxx/ltsppa

« back to all changes in this revision

Viewing changes to run_tests.cmd

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-03 16:30:10 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100103163010-ooqjecsrucfafdwo
Tags: 6.1.1-2
Install missing header files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
setlocal
2
 
 
3
 
set PY_MAJ=2
4
 
if not "%1" == "" set PY_MAJ=%1
5
 
set PY_MIN=5
6
 
if not "%2" == "" set PY_MIN=%2
7
 
 
8
 
set PYTHONPATH=pyds%PY_MAJ%%PY_MIN%
9
 
c:\python%PY_MAJ%%PY_MIN%\python Demo\test_example.py
10
 
 
11
 
if exist pyds%PY_MAJ%%PY_MIN%\pycxx_iter.pyd c:\python%PY_MAJ%%PY_MIN%\python Demo\test_pycxx_iter.py
12
 
endlocal
 
1
setlocal
 
2
 
 
3
set PY_MAJ=2
 
4
if not "%1" == "" set PY_MAJ=%1
 
5
set PY_MIN=5
 
6
if not "%2" == "" set PY_MIN=%2
 
7
 
 
8
set PYTHONPATH=pyds%PY_MAJ%%PY_MIN%
 
9
c:\python%PY_MAJ%%PY_MIN%\python Demo\test_example.py
 
10
 
 
11
if exist pyds%PY_MAJ%%PY_MIN%\pycxx_iter.pyd c:\python%PY_MAJ%%PY_MIN%\python Demo\test_pycxx_iter.py
 
12
endlocal