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