summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/PythonTest.mk
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix dependency for Mac"Bjoern Michaelsen2015-11-201-1/+1
* Fix dependency for MacStephan Bergmann2015-11-201-1/+1
* refactor unittest help messageBjoern Michaelsen2015-11-171-7/+4
* gbuild: PythonTest: run tests with --headlessMichael Stahl2015-06-241-1/+5
* Revert "gbuild: allow recording of CppunitTests and PythonTests too"Michael Stahl2015-05-221-2/+1
* gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl2015-05-211-1/+2
* Revert "Make PythonTests depend on the ExternalExecutable"Matúš Kukan2014-09-241-1/+1
* Make PythonTests depend on the ExternalExecutablePeter Foley2014-09-241-1/+1
* Include gdb backtrace in PythonTest done.long (just as for CppunitTest)Stephan Bergmann2014-06-041-6/+4
* don't bother with _for_build hereDavid Tardon2014-04-181-3/+3
* add missing depDavid Tardon2014-04-181-0/+1
* fix deps for PythonTestDavid Tardon2014-04-181-1/+7
* order-only dep is enoughDavid Tardon2014-04-181-1/+1
* PythonTest must depend on bundled python stuffDavid Tardon2014-04-181-1/+1
* normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl2014-02-121-1/+1
* make unittest failure foo a scriptBjoern Michaelsen2014-01-231-2/+2
* Try to fix cross-compilationTor Lillqvist2013-09-231-2/+2
* gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl2013-09-221-0/+1
* Don't create any (new) Python bytecode files when running a PythonTestTor Lillqvist2013-08-271-0/+1
* Add where pyuno.so is to PYPATH for the "Mac-like app structure" caseTor Lillqvist2013-08-181-1/+1
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-181-2/+2
* .mk files should not be executableMiklos Vajna2013-06-181-0/+0
* Migrate CheckFields unit test to pythonDavid Ostrovsky2013-06-181-0/+7
* Another try to fix python unit test on MSVCDavid Ostrovsky2013-06-161-5/+5
* Set Valgrind-related env vars in PythonTest, tooStephan Bergmann2013-05-081-0/+2
* ...and fix gb_UNIT_FAILED_MSG outputStephan Bergmann2013-04-301-1/+1
* Adapt PythonTest.mk to CppunitTest's b308d0b061b24688cf1312af817a2af1c21e2bd8Stephan Bergmann2013-04-301-1/+1
* fdo#55814 migrate java unit test to pythonDavid Ostrovsky2013-04-271-0/+2
* At least for now, PythonTest runs against dev-install treeStephan Bergmann2013-04-261-55/+1
* Mac OS X needs devinstall's program dir in PYTHONPATHStephan Bergmann2013-04-261-1/+1
* Towards a Mac OS X PythonTestStephan Bergmann2013-04-261-7/+3
* gbuild: PythonTest: automatic GDB backtrace on failuresMichael Stahl2013-04-201-12/+19
* gbuild: PythonTest: try to make it more portableMichael Stahl2013-04-201-4/+6
* gbuild: PythonTest: do not invoke the python.bin directlyMichael Stahl2013-04-191-1/+1
* run PythonTests with internal python tooMichael Stahl2013-04-191-4/+5
* move Python tests in-processMichael Stahl2013-04-091-11/+73
* set up python unit test infrastructureDavid Ostrovsky2013-04-091-0/+83