aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-02Add test case for 'install_mode'Filipe Brandenburger1-0/+2
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan1-13/+7
2018-06-01configure_file: Add output_format kwarg (#3636)Mathieu Duponchelle1-0/+1
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan1-4/+9
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly1-9/+4
2018-05-23Enable running tests that fail at 'meson test'Niklas Claesson1-1/+1
2018-04-26Prettifying some output with pathlibNiklas Claesson1-22/+29
2018-04-23Final encoding fix.Jussi Pakkanen1-1/+4
2018-04-23If printing debug printing fails, try again in pure ASCII.Jussi Pakkanen1-2/+10
2018-04-22Explicitly open log files in utf-8.Jussi Pakkanen1-2/+2
2018-04-21Fix install checks when cross-compiling.Elliott Sales de Andrade1-10/+9
2018-03-09Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila1-2/+0
2018-02-27Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26Jon Turney1-2/+2
2018-02-25Determining whether to run C# tests is so difficult it deserves its own funct...Jussi Pakkanen1-1/+23
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier1-1/+1
2018-02-21Always run all framework tests on all platformsJon Turney1-14/+31
2018-02-20Run FPGA tests.Jussi Pakkanen1-0/+1
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney1-2/+5
2018-01-30run_project_tests: Remove workaround for missing concurrent.futures.ProcessPo...Christoph Reiter1-50/+2
2018-01-09Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen1-4/+13
2018-01-09Only run Boost tests on osx if it is actually installed.Jussi Pakkanen1-1/+5
2018-01-06tests: Split objc and objc++ testsDylan Baker1-3/+12
2018-01-06run_project_tests: correctly search for objcpp compilerDylan Baker1-1/+1
2018-01-06Fix installed files check for gobject-introspection tests on CygwinJon Turney1-0/+1
2018-01-04CI: Run boost test for CygwinJon Turney1-4/+1
2018-01-01Run the boost test on osx on travis.Benjamin Redelings1-1/+5
2017-12-18Use deterministic builddir so CCache works across invocations.Jussi Pakkanen1-1/+10
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen1-2/+19
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-1/+1
2017-11-20Tests can be run with an external Meson command.Jussi Pakkanen1-3/+3
2017-09-30Moved prebuilt static library under unit tests.Jussi Pakkanen1-53/+17
2017-09-30Moved prebuilt object test under unittests.Jussi Pakkanen1-5/+3
2017-09-20tests: Only error for lines starting with tabsNirbheek Chauhan1-1/+1
2017-08-31Try to use 2x the number of cores.Jussi Pakkanen1-0/+6
2017-08-02Turned mesontest into on internal module.Jussi Pakkanen1-3/+3
2017-08-02Handle objc compiler missing more reliably.Jussi Pakkanen1-2/+5
2017-07-20Support implibs for executables on WindowsJon Turney1-2/+14
2017-07-18Close files reliably.Jussi Pakkanen1-2/+7
2017-06-23Split out languages from compilers.pyAlistair Thomas1-1/+0
2017-06-22Add some colour to test output.Elliott Sales de Andrade1-7/+26
2017-06-21Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen1-1/+2
2017-06-17tests: Always consider symlink as valid installed filePatrick Griffis1-1/+2
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan1-3/+10
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan1-1/+1
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan1-13/+1
2017-05-21Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen1-18/+5
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+0
2017-05-17Remove unnecessary __init__ methods.Elliott Sales de Andrade1-3/+0
2017-05-13Skip ObjectiveC/C++ tests if ObjC compiler is not availableTim-Philipp Müller1-1/+21
2017-05-09project tests: Also regen before buildingNirbheek Chauhan1-3/+7