about summary refs log tree commit diff
path: root/pkgs/test/make-binary-wrapper/add-flags.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18makeBinaryWrapper: protect wildcards in flagsRyan Hendrickson1-5/+7
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier1-2/+4
2021-12-09Add golden effects testJacek Galowicz1-5/+1
2021-12-01Switch from malloc to calloc in addFlagsTobias Bergkvist1-1/+1
2021-11-09Assert that malloc does not return a NULL pointer for better error messages ↵Tobias Bergkvist1-0/+2
+ to satisfy static analysis tools.
2021-10-04Add golden tests for make-binary-wrapper.Tobias Bergkvist1-0/+23
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