summaryrefslogtreecommitdiff
path: root/run_meson_command_tests.py
Commit message (Expand)AuthorAgeFilesLines
* do not resolve symlinks when calculating the meson commandEli Schwartz2023-03-281-2/+1
* runpython: make it work for -c as wellEli Schwartz2023-01-301-2/+17
* tests: make the command tests work when python is not the one in the shebangEli Schwartz2022-11-171-1/+5
* Only use Debian path fixing on old distros.Jussi Pakkanen2022-10-061-11/+26
* Use system install scheme rather than the incorrect Debian one.Jussi Pakkanen2022-04-231-4/+11
* pyupgrade --py37-plusEli Schwartz2022-01-101-1/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* setuptools: don't hardcode list of modules to install, use find_packagesEli Schwartz2021-03-091-15/+0
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* Add script to create a zipapp.Eli Schwartz2020-11-271-2/+3
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* Fix setuptools 49 test. (fixes #7452)Daniel Mensinger2020-07-191-0/+4
* pep8: add missing import, remove unused variableMichael Hirsch2020-06-151-1/+1
* run_*tests*.py: print Meson version at start of test suiteMichael Hirsch2020-06-151-2/+4
* tests: Ignore all files in 'data' directoriesDaniel Mensinger2019-06-281-0/+2
* tests: fix test_meson_installed after the recent appveyor image updateChristoph Reiter2018-11-141-1/+3
* Consider 'samu' when looking for ninja commandMichael Forney2018-11-111-4/+3
* tests runners: Refactor out global variables and add argparseNiklas Claesson2018-10-101-8/+4
* meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]Nirbheek Chauhan2018-08-181-1/+1
* setup: Add tests for the installed files listNirbheek Chauhan2018-08-121-1/+15
* Install meson.exe as the entrypoint on WindowsNirbheek Chauhan2018-08-111-18/+8
* Fix __main__.py for zipapp to workChristoph Burger-Scheidlin2018-08-071-0/+9
* Set the meson command to use when we know what it isNirbheek Chauhan2018-06-011-0/+186