summaryrefslogtreecommitdiff
path: root/tests/gen-installed-test.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add missing executable bits for helper scriptswip/kalev/fix-installed-testsKalev Lember2020-11-091-0/+0
| | | | | | This fixes the build after commit ddc282f6ca84dc6e6e5586a0addfa82a74e6e761 that changed how the scripts are invoked, but didn't add the executable bits.
* build: Remove deprecated python3 Meson module useEmmanuele Bassi2020-09-301-0/+2
| | | | | | | | | | | | We are using the deprecated python3 module for historical reasons. We used to support both Python 2 and Python 3 in the Autotools build, but since we switched to Meson we *know* we have Python 3 available. This allows us to use a shebang line in the Python scripts we use in the build, instead of invoking them through the Python interpreter in a custom target; Meson knows how to handle shebangs portably as well. This change removes the only deprecation warning coming from Meson when configuring the Pango build.
* meson: Install tests and additional dataEmmanuele Bassi2017-05-191-0/+23