aboutsummaryrefslogtreecommitdiff
path: root/unittests/linuxcrosstests.py
AgeCommit message (Collapse)AuthorFilesLines
2022-03-29Condense test directory names.Jussi Pakkanen1-5/+5
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-4/+4
For example: ``` meson builddir \ --native-file vs2019-paths.txt \ --native-file vs2019-win-x64.txt \ --cross-file vs2019-paths.txt \ --cross-file vs2019-win-arm64.txt ``` This was causing the error: > ERROR: Multiple producers for Ninja target "/path/to/vs2019-paths.txt". Please rename your targets. Fix it by using a set() when generating the list of regen files, and add a test for it too.
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-07-26Split run_unittests.py fileXavier Claessens1-0/+193