mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Add a test for multiple outputs
This currently fails. Yay test-driven development!
This commit is contained in:
parent
c172d16b00
commit
8f28a3ba25
5 changed files with 54 additions and 1 deletions
|
@ -8,7 +8,7 @@ TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \
|
|||
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
|
||||
gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \
|
||||
remote-store.sh export.sh export-graph.sh negative-caching.sh \
|
||||
binary-patching.sh timeout.sh secure-drv-outputs.sh
|
||||
binary-patching.sh timeout.sh secure-drv-outputs.sh multiple-outputs.sh
|
||||
|
||||
XFAIL_TESTS =
|
||||
|
||||
|
@ -35,6 +35,8 @@ EXTRA_DIST = $(TESTS) \
|
|||
binary-patching.nix \
|
||||
timeout.nix timeout.builder.sh \
|
||||
secure-drv-outputs.nix \
|
||||
multiple-outputs.nix \
|
||||
multiple-outputs.a.builder.sh multiple-outputs.b.builder.sh \
|
||||
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) $(wildcard lang/dir*/*.nix) \
|
||||
common.sh.in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue