Tobias Bergkvist
|
3997e9de67
|
Switch from malloc to calloc in addFlags
|
2021-12-01 23:07:30 +01:00 |
|
Tobias Bergkvist
|
97d62a90f5
|
Switch from exit(1) to abort() in assert_success
|
2021-12-01 22:56:18 +01:00 |
|
Tobias Bergkvist
|
4e55d34535
|
Add assertValidEnvName and check that variable name is valid during code generation. Add assert_success, and assert that setenv/unsetenv succeeds to crash if they don't
|
2021-12-01 22:49:20 +01:00 |
|
Tobias Bergkvist
|
3a014be2f2
|
Assert that malloc does not return a NULL pointer for better error messages + to satisfy static analysis tools.
|
2021-11-09 02:56:32 +01:00 |
|
Tobias Bergkvist
|
a95a7a22be
|
Switch from buildInputs to nativeBuildInpuits in makeGoldenTest
|
2021-10-19 18:35:42 +02:00 |
|
Tobias Bergkvist
|
7cca19a46a
|
Set strictDeps = true in makeGoldenTest
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
|
2021-10-19 09:25:24 -07:00 |
|
Tobias Bergkvist
|
4b833cc141
|
EditorConfig: Switch from tabs to spaces
|
2021-10-04 22:38:14 +02:00 |
|
Tobias Bergkvist
|
b7d36b8d59
|
Add golden tests for make-binary-wrapper.
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
|
2021-10-04 22:35:09 +02:00 |
|