summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't run framework tests on CygwinJon Turney2017-04-061-1/+1
* Run test cases/windows/ tests on CygwinJon Turney2017-04-061-1/+1
* Use '.exe' extension for executables for CygwinJon Turney2017-04-061-1/+1
* Use correct shared library naming for CygwinJon Turney2017-04-061-7/+14
* project tests: Don't look for PDB files on MinGW/GCCNirbheek Chauhan2017-03-281-1/+2
* project tests: DummyExecutor for MSYS2 and OpenBSDNirbheek Chauhan2017-03-281-1/+56
* project tests: Print meson log instead of stdout for configure failuresNirbheek Chauhan2017-03-141-17/+33
* tests/windows: Tests for #1444Nirbheek Chauhan2017-03-031-0/+3
* vs: Fix running of tests to use mesontest.pyNirbheek Chauhan2017-01-281-9/+39
* No longer require a binary called python3 on Windows. The default name is "py...Jussi Pakkanen2017-01-231-0/+2
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-5/+5
* style: [E251] unexpected spaces around keyword / parameter equalsMike Sinkovsky2017-01-111-1/+1
* style: [E301] expected 1 blank line, found 0Mike Sinkovsky2017-01-111-0/+2
* We only need Ninja 1.5.x for the core codeNirbheek Chauhan2017-01-091-1/+2