python tests: add "unit tests" on py-compile
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 8 Jun 2011 19:37:51 +0000 (21:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Jun 2011 13:58:12 +0000 (15:58 +0200)
commita716df2ed5f62889d3b442d5ecc5e2edd6794ee4
treedfa8c8d8f6ab592ca703a4ef5fb8fa44594730cb
parentdd8b570a6a55cb20690cdc2c312309338d2495d3
python tests: add "unit tests" on py-compile

* tests/py-compile-basic.test: New test.
* tests/py-compile-basic2.test: New test.
* tests/py-compile-basedir.test: Likewise.
* tests/py-compile-destdir.test: Likewise.
* tests/py-compile-env.test: Likewise.
* tests/py-compile-usage.test: Likewise.
* tests/Makefile.am (TESTS): Update.

Tested with python 2.0.1, 2.4.6, 2.6.6, 2.7.1, and 3.1.3.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/py-compile-basedir.test [new file with mode: 0755]
tests/py-compile-basic.test [new file with mode: 0755]
tests/py-compile-basic2.test [new file with mode: 0755]
tests/py-compile-destdir.test [new file with mode: 0755]
tests/py-compile-env.test [new file with mode: 0755]
tests/py-compile-usage.test [new file with mode: 0755]