aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2020-10-13cmake: Add cross testsDaniel Mensinger1-4/+16
2020-09-11Add build machine compilers to project tests compiler reportJon Turney1-1/+0
2020-09-11Add a test run of MSVC ARM64 cross on Windows x64Jon Turney1-1/+8
2020-09-10Add a test run in an environment which only has a cross compilerJon Turney1-3/+6
2020-09-10Split tests out from 'common' which require a native compilerJon Turney1-1/+1
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch1-2/+4
2020-01-28Make run_cross_test.py just a wrapper around run_project_tests.pyJon Turney1-26/+8
2019-04-05run_cross_tests: Pass correct argumentDylan Baker1-1/+1
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen1-1/+1
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-1/+1
2018-10-10Add option to fail fast in testsNiklas Claesson1-3/+5
2018-10-10tests runners: Refactor out global variables and add argparseNiklas Claesson1-6/+12
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan1-2/+0
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly1-0/+2
2018-04-26Prettifying some output with pathlibNiklas Claesson1-2/+4
2016-12-20Make cross tests use same framework as regular tests.Jussi Pakkanen1-59/+18
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen1-1/+1
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan1-1/+1
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-1/+1
2016-01-16Finalize moduleification so that full test suite runs.Jussi Pakkanen1-2/+2
2015-05-09Fix cross compilation tests.Jussi Pakkanen1-2/+4
2015-02-16Use lib as library path in unit tests.Jussi Pakkanen1-1/+1
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2013-09-30Can specify cross file as a command line argument.Jussi Pakkanen1-2/+1
2013-08-30Better build type introspection.Jussi Pakkanen1-2/+2
2013-08-30The whole test suite runs cross-built with mingw and armhf.Jussi Pakkanen1-1/+2
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen1-1/+0
2013-08-24Get has_function from cross file.Jussi Pakkanen1-1/+1
2013-08-24Get sizeof info from cross file if it exists and write an error if it can not...Jussi Pakkanen1-0/+1
2013-08-24Skip tests for cross compilation when they can not be run.Jussi Pakkanen1-2/+1
2013-08-24Updated symbolextractor to work with cross builds.Jussi Pakkanen1-0/+88