| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-19 | Condense test dirs. | Jussi Pakkanen | |
| 2017-02-26 | tests: Use #!/usr/bin/env python3 for all scripts | Nirbheek Chauhan | |
| We automatically convert that to use sys.executable now which is always available on all platforms (because we're running with it). On some platforms like NetBSD, `python` doesn't exist, and you must use a specific python version. On most other distros, `python` is Python 2, and we don't want to depend on that. Closes https://github.com/mesonbuild/meson/issues/695 All these scripts were being used as `find_program()`, so we do not lose any test coverage by doing this. | |||
| 2017-01-23 | No longer require a binary called python3 on Windows. The default name is ↵ | Jussi Pakkanen | |
| "python". | |||
| 2015-03-27 | Add this thing I forgot. | Jussi Pakkanen | |
