summaryrefslogtreecommitdiffstats
path: root/pkgs/test/make-binary-wrapper/combination.c
AgeCommit message (Collapse)Author
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier
2021-12-09Add golden effects testJacek Galowicz
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 ↵Tobias Bergkvist
generation. Add assert_success, and assert that setenv/unsetenv succeeds to crash if they don't
2021-11-09Assert that malloc does not return a NULL pointer for better error messages ↵Tobias Bergkvist
+ to satisfy static analysis tools.
2021-10-04Add golden tests for make-binary-wrapper.Tobias Bergkvist
To run tests after cloning on linux, use the following: nix-build pkgs/top-level/release.nix -A tests.make-binary-wrapper.x86_64-linux