summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/README
blob: 402724c236b8b9e6bec01734f6be3138a08e0178 (plain)
1
2
3
4
5
6
7
8
9
See ../README for common README file.

Any testcases which have _runme.py appended after the testcase name will be detected and run.

The _runme.py files needs to work for both Python 2.x and 3.x.

By default testcases are run with Python 3.  You can run make with PY2=1 to run test case with Python 2, eg.

  $ make voidtest.cpptest PY2=1