summary refs log tree commit diff
path: root/pkgs/test/make-binary-wrapper
Commit message (Expand)AuthorAge
* makeBinaryWrapper: protect wildcards in flagsRyan Hendrickson2023-09-18
* tests.makeBinaryWrapper: fix cross test on aarch64-linuxArtturin2023-09-15
* tests.makeBinaryWrapper: avoid same-triple crossAlyssa Ross2023-04-19
* Merge pull request #172769 from ncfavier/wrappers-append-argsThiago Kenji Okada2022-06-12
|\
| * makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier2022-05-30
* | makeBinaryWrapper: fix cross-compilation and add testNaïm Favier2022-05-31
|/
* makeBinaryWrapper: add overlength-strings testNaïm Favier2022-05-06
* makeBinaryWrapper: Fix issues on aarch64-darwin/macOS 12 (Monterey)Tobias Bergkvist2021-12-16
* makeBinaryWrapper: Fix chdir golden test for darwinTobias Bergkvist2021-12-16
* make-binary-wrapper: Add -Wall -Werror -WpedanticJacek Galowicz2021-12-09
* make makeWrapper and makeBinaryWrapper drop-in-replaceableJacek Galowicz2021-12-09
* Inject gcc path into makewrapper scriptJacek Galowicz2021-12-09
* Add golden effects testJacek Galowicz2021-12-09
* Add tests for `--inherit-argv0` and `--chdir DIR`Tobias Bergkvist2021-12-02
* Replace concat3 with asprintf in set_env_prefix and set_env_suffix.Tobias Bergkvist2021-12-01
* Switch from malloc to calloc in addFlagsTobias Bergkvist2021-12-01
* Switch from exit(1) to abort() in assert_successTobias Bergkvist2021-12-01
* Add assertValidEnvName and check that variable name is valid during code gene...Tobias Bergkvist2021-12-01
* Assert that malloc does not return a NULL pointer for better error messages +...Tobias Bergkvist2021-11-09
* Switch from buildInputs to nativeBuildInpuits in makeGoldenTestTobias Bergkvist2021-10-19
* Set strictDeps = true in makeGoldenTestTobias Bergkvist2021-10-19
* EditorConfig: Switch from tabs to spacesTobias Bergkvist2021-10-04
* Add golden tests for make-binary-wrapper.Tobias Bergkvist2021-10-04