Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/check-help: check that --help and -h are identical | Zbigniew Jędrzejewski-Szmek | 2022-04-05 | 1 | -0/+6 |
| | |||||
* | tests: add a smoke test for --version option in binaries | Zbigniew Jędrzejewski-Szmek | 2022-04-05 | 1 | -4/+4 |
| | | | | | | | This is very similar to (and directly based on) the test for --help. I think it's nice to do this: the test is very quick, but it'll catch cases where we forgot to hook up the option, or forgot to exit after printing --version, and it'll also increase our test coverage a bit. | ||||
* | Change all fixed-path bash shebangs to /u/b/env bash outside test/ | наб | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | tools: shellcheck-ify most of the tool scripts | Frantisek Sumsal | 2021-04-20 | 1 | -10/+21 |
| | |||||
* | tree-wide: add spdx header on all scripts and helpers | Zbigniew Jędrzejewski-Szmek | 2021-01-28 | 1 | -0/+1 |
| | | | | | | Even though many of those scripts are very simple, it is easier to include the header than to try to say whether each of those files is trivial enough not to require one. | ||||
* | meson: drop "meson-" prefix from various helper script filenames | Zbigniew Jędrzejewski-Szmek | 2020-05-07 | 1 | -0/+29 |
In a few cases, the prefix was originally necessary because a different helper script was used for automake, and a different one for meson. But now we use meson exclusively, and the prefix isn't useful. This also synchronizes the target name, file name, and variable name in meson.build. The targets exposed by meson didn't have the prefix, so the user interface is unchanged. (The prefix is retained in the few tools that are used for meson itself, e.g. meosn-vcs-tag.sh, meson-make-symlink.sh, etc.) |