diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-06-23 00:11:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 00:11:23 +0200 |
commit | 3c48c4b4f7a8d5a7b045b9dbee1310d20ca7750b (patch) | |
tree | db8f661d6936b1ee6cf2b263c8b7f1de69fe83ef /tests/common.sh.in | |
parent | 958b8d1e3540e9dd748d77c0b0ab15fbe701fea9 (diff) | |
parent | 8bbbb6e737d854649322146f1ff1cf2a87d9de6a (diff) |
Merge pull request #6708 from edolstra/run-static-tests
Enable tests for nix-static
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 6cb579e0d..5efd025ee 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -50,6 +50,8 @@ export busybox="@sandbox_shell@" export version=@PACKAGE_VERSION@ export system=@system@ +export BUILD_SHARED_LIBS=@BUILD_SHARED_LIBS@ + export IMPURE_VAR1=foo export IMPURE_VAR2=bar |