aboutsummaryrefslogtreecommitdiff
path: root/run_meson_command_tests.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-28do not resolve symlinks when calculating the meson commandEli Schwartz1-2/+1
2023-01-30runpython: make it work for -c as wellEli Schwartz1-2/+17
2022-11-17tests: make the command tests work when python is not the one in the shebangEli Schwartz1-1/+5
2022-10-06Only use Debian path fixing on old distros.Jussi Pakkanen1-11/+26
2022-04-23Use system install scheme rather than the incorrect Debian one.Jussi Pakkanen1-4/+11
2022-01-10pyupgrade --py37-plusEli Schwartz1-1/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-03-09setuptools: don't hardcode list of modules to install, use find_packagesEli Schwartz1-15/+0
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2020-11-27Add script to create a zipapp.Eli Schwartz1-2/+3
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-07-19Fix setuptools 49 test. (fixes #7452)Daniel Mensinger1-0/+4
2020-06-15pep8: add missing import, remove unused variableMichael Hirsch1-1/+1
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch1-2/+4
2019-06-28tests: Ignore all files in 'data' directoriesDaniel Mensinger1-0/+2
2018-11-14tests: fix test_meson_installed after the recent appveyor image updateChristoph Reiter1-1/+3
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney1-4/+3
2018-10-10tests runners: Refactor out global variables and add argparseNiklas Claesson1-8/+4
2018-08-18meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]Nirbheek Chauhan1-1/+1
2018-08-12setup: Add tests for the installed files listNirbheek Chauhan1-1/+15
2018-08-11Install meson.exe as the entrypoint on WindowsNirbheek Chauhan1-18/+8
2018-08-07Fix __main__.py for zipapp to workChristoph Burger-Scheidlin1-0/+9
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan1-0/+186