summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2018-12-12tests: Add tests for the python moduleDylan Baker
2018-11-06Deal with clang-cl generating empty implibsJon Turney
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney
2018-11-04Use compiler detector in detect_system_compiler()Jon Turney
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney
2018-10-10tests: Merge backend guessing into one functionNiklas Claesson
2018-10-10Add option to fail fast in testsNiklas Claesson
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens
2018-09-25Skip all dot files/directories when running testsGuillermo Ignacio Enriquez Gutierrez
2018-09-22Fix test script to be able to run in local macosGuillermo Ignacio Enriquez Gutierrez
2018-09-14run_proect_tests: add cygwin as platform fix nameMarco Trevisan (Treviño)
2018-09-14run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)
2018-09-12run_projects_tests: Fail if we install extra files even if not in clMarco Trevisan (Treviño)
2018-08-19Do not scan test logs. Closes #4046.Jussi Pakkanen
2018-08-19Scan markdown files for tabs.Jussi Pakkanen
2018-08-19Condense test dirs.Jussi Pakkanen
2018-08-15Kill tabs dead! For good!Jussi Pakkanen
2018-07-31Condense test dirs.Jussi Pakkanen
2018-07-31Write full directory name in files so script will change them.Jussi Pakkanen
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens
2018-06-02Add test case for 'install_mode'Filipe Brandenburger
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan
2018-06-01configure_file: Add output_format kwarg (#3636)Mathieu Duponchelle
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly
2018-05-23Enable running tests that fail at 'meson test'Niklas Claesson
2018-04-26Prettifying some output with pathlibNiklas Claesson
2018-04-23Final encoding fix.Jussi Pakkanen
2018-04-23If printing debug printing fails, try again in pure ASCII.Jussi Pakkanen
2018-04-22Explicitly open log files in utf-8.Jussi Pakkanen
2018-04-21Fix install checks when cross-compiling.Elliott Sales de Andrade
2018-03-09Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila
2018-02-27Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26Jon Turney
2018-02-25Determining whether to run C# tests is so difficult it deserves its own funct...Jussi Pakkanen
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier
2018-02-21Always run all framework tests on all platformsJon Turney
2018-02-20Run FPGA tests.Jussi Pakkanen
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney
2018-01-30run_project_tests: Remove workaround for missing concurrent.futures.ProcessPo...Christoph Reiter
2018-01-09Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen
2018-01-09Only run Boost tests on osx if it is actually installed.Jussi Pakkanen
2018-01-06tests: Split objc and objc++ testsDylan Baker
2018-01-06run_project_tests: correctly search for objcpp compilerDylan Baker
2018-01-06Fix installed files check for gobject-introspection tests on CygwinJon Turney
2018-01-04CI: Run boost test for CygwinJon Turney
2018-01-01Run the boost test on osx on travis.Benjamin Redelings
2017-12-18Use deterministic builddir so CCache works across invocations.Jussi Pakkanen
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen