about summary refs log tree commit diff
path: root/pkgs/test/make-binary-wrapper/combination.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier1-2/+2
2021-12-09Add golden effects testJacek Galowicz1-9/+1
2021-12-01Replace concat3 with asprintf in set_env_prefix and set_env_suffix.Tobias Bergkvist1-22/+19
2021-12-01Switch from malloc to calloc in addFlagsTobias Bergkvist1-1/+1
2021-12-01Switch from exit(1) to abort() in assert_successTobias Bergkvist1-1/+1
2021-12-01Add assertValidEnvName and check that variable name is valid during code gene...Tobias Bergkvist1-3/+6
2021-11-09Assert that malloc does not return a NULL pointer for better error messages +...Tobias Bergkvist1-0/+3
2021-10-04Add golden tests for make-binary-wrapper.Tobias Bergkvist1-0/+58