index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run_cross_test.py
Age
Commit message (
Expand
)
Author
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2020-10-13
cmake: Add cross tests
Daniel Mensinger
2020-09-11
Add build machine compilers to project tests compiler report
Jon Turney
2020-09-11
Add a test run of MSVC ARM64 cross on Windows x64
Jon Turney
2020-09-10
Add a test run in an environment which only has a cross compiler
Jon Turney
2020-09-10
Split tests out from 'common' which require a native compiler
Jon Turney
2020-06-15
run_*tests*.py: print Meson version at start of test suite
Michael Hirsch
2020-01-28
Make run_cross_test.py just a wrapper around run_project_tests.py
Jon Turney
2019-04-05
run_cross_tests: Pass correct argument
Dylan Baker
2018-10-14
Merge pull request #4340 from jon-turney/azure-pipelines
Jussi Pakkanen
2018-10-14
Use 'CI' environment variable to detect CI environment
Jon Turney
2018-10-10
Add option to fail fast in tests
Niklas Claesson
2018-10-10
tests runners: Refactor out global variables and add argparse
Niklas Claesson
2018-05-31
Revert "mesonlib: handle meson exe wrappers"
Nirbheek Chauhan
2018-05-30
mesonlib: handle meson exe wrappers
Martin Kelly
2018-04-26
Prettifying some output with pathlib
Niklas Claesson
2016-12-20
Make cross tests use same framework as regular tests.
Jussi Pakkanen
2016-12-20
Fix cross test and run them if a cross compiler is available.
Jussi Pakkanen
2016-07-19
Normalize the path of a configured file to avoid dupes (#640)
Nirbheek Chauhan
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen
2016-01-16
Finalize moduleification so that full test suite runs.
Jussi Pakkanen
2015-05-09
Fix cross compilation tests.
Jussi Pakkanen
2015-02-16
Use lib as library path in unit tests.
Jussi Pakkanen
2014-11-16
Harmonised copyright declarations.
Jussi Pakkanen
2014-08-11
Updated copyright years.
Jussi Pakkanen
2013-09-30
Can specify cross file as a command line argument.
Jussi Pakkanen
2013-08-30
Better build type introspection.
Jussi Pakkanen
2013-08-30
The whole test suite runs cross-built with mingw and armhf.
Jussi Pakkanen
2013-08-30
Work started on supporting simultaneous native and cross builds.
Jussi Pakkanen
2013-08-24
Get has_function from cross file.
Jussi Pakkanen
2013-08-24
Get sizeof info from cross file if it exists and write an error if it can not...
Jussi Pakkanen
2013-08-24
Skip tests for cross compilation when they can not be run.
Jussi Pakkanen
2013-08-24
Updated symbolextractor to work with cross builds.
Jussi Pakkanen