mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
build-remote: Add a basic test
This only runs on Linux because it requires a diverted store (which uses mount/user namespaces).
This commit is contained in:
parent
cef8c169b1
commit
16535552ad
3 changed files with 27 additions and 1 deletions
|
@ -12,7 +12,8 @@ nix_tests = \
|
|||
binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \
|
||||
check-reqs.sh pass-as-file.sh tarball.sh restricted.sh \
|
||||
placeholders.sh nix-shell.sh \
|
||||
linux-sandbox.sh
|
||||
linux-sandbox.sh \
|
||||
build-remote.sh
|
||||
# parallel.sh
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue