summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila2018-03-091-2/+0
* Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26Jon Turney2018-02-271-2/+2
* Determining whether to run C# tests is so difficult it deserves its own funct...Jussi Pakkanen2018-02-251-1/+23
* Add support for Visual Studio csc c# compilerThibault Saunier2018-02-251-1/+1
* Always run all framework tests on all platformsJon Turney2018-02-211-14/+31
* Run FPGA tests.Jussi Pakkanen2018-02-201-0/+1
* Verify that failing tests are failing with an error, not a python exceptionJon Turney2018-02-151-2/+5
* run_project_tests: Remove workaround for missing concurrent.futures.ProcessPo...Christoph Reiter2018-01-301-50/+2
* Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen2018-01-091-4/+13
|\
| * tests: Split objc and objc++ testsDylan Baker2018-01-061-3/+12
| * run_project_tests: correctly search for objcpp compilerDylan Baker2018-01-061-1/+1
* | Only run Boost tests on osx if it is actually installed.Jussi Pakkanen2018-01-091-1/+5
* | Fix installed files check for gobject-introspection tests on CygwinJon Turney2018-01-061-0/+1
|/
* CI: Run boost test for CygwinJon Turney2018-01-041-4/+1
* Run the boost test on osx on travis.Benjamin Redelings2018-01-011-1/+5
* Use deterministic builddir so CCache works across invocations.Jussi Pakkanen2017-12-181-1/+10
* Make the full test suite runnable with an external command.Jussi Pakkanen2017-11-201-2/+19
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-1/+1
* Tests can be run with an external Meson command.Jussi Pakkanen2017-11-201-3/+3
* Moved prebuilt static library under unit tests.Jussi Pakkanen2017-09-301-53/+17
* Moved prebuilt object test under unittests.Jussi Pakkanen2017-09-301-5/+3
* tests: Only error for lines starting with tabsNirbheek Chauhan2017-09-201-1/+1
* Try to use 2x the number of cores.Jussi Pakkanen2017-08-311-0/+6
* Turned mesontest into on internal module.Jussi Pakkanen2017-08-021-3/+3
* Handle objc compiler missing more reliably.Jussi Pakkanen2017-08-021-2/+5
* Support implibs for executables on WindowsJon Turney2017-07-201-2/+14
* Close files reliably.Jussi Pakkanen2017-07-181-2/+7
* Split out languages from compilers.pyAlistair Thomas2017-06-231-1/+0
* Add some colour to test output.Elliott Sales de Andrade2017-06-221-7/+26
* Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen2017-06-211-1/+2
|\
| * tests: Always consider symlink as valid installed filePatrick Griffis2017-06-171-1/+2
* | tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan2017-06-101-3/+10
* | tests: Increase dependencies coverage a bit moreNirbheek Chauhan2017-06-101-1/+1
* | unit tests: Add class to generate failing testsNirbheek Chauhan2017-06-091-13/+1
|/
* Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen2017-05-211-18/+5
* Remove unused variables.Elliott Sales de Andrade2017-05-171-1/+0
* Remove unnecessary __init__ methods.Elliott Sales de Andrade2017-05-171-3/+0
* Skip ObjectiveC/C++ tests if ObjC compiler is not availableTim-Philipp Müller2017-05-131-1/+21
* project tests: Also regen before buildingNirbheek Chauhan2017-05-091-3/+7
* Store and print test logs of executed projects.Jussi Pakkanen2017-05-051-2/+8
* Don't use len() to test emptiness vs not emptinessDylan Baker2017-05-021-2/+2
* Warn when directory numbers are non-unique.Elliott Sales de Andrade2017-04-291-0/+7
* Shorten detect_tests_to_run.Elliott Sales de Andrade2017-04-291-21/+24
* tests: Move appveyor platform workaround to run_tests.pyNirbheek Chauhan2017-04-091-15/+0
* unit tests: Fix running specific targets with MSBuildNirbheek Chauhan2017-04-091-10/+13
* run_project_tests: Clean on backends that can't installNirbheek Chauhan2017-04-091-46/+34
* project tests: Add a new BuildStep called validateNirbheek Chauhan2017-04-091-1/+2
* run_project_tests: Clean-up backend detection a bitNirbheek Chauhan2017-04-091-36/+28
* tests: Factor out common code to run_testsNirbheek Chauhan2017-04-091-24/+13
* Ignore missing .pdb files when not using MSVSJon Turney2017-04-061-0/+3