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