1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 07:08:27 +02:00

* 1000th revision!

* A test to verify that locking of output paths (caused by concurrent
  invocations of Nix) works correctly.
This commit is contained in:
Eelco Dolstra 2004-05-04 13:56:30 +00:00
parent a7bbe73971
commit f044ccf702
4 changed files with 50 additions and 2 deletions

View file

@ -11,11 +11,15 @@ TESTS_ENVIRONMENT = TEST_ROOT=$(TEST_ROOT) \
simple.sh: simple.nix
dependencies.sh: dependencies.nix
locking.sh: locking.nix
TESTS = init.sh simple.sh dependencies.sh
TESTS = init.sh simple.sh dependencies.sh locking.sh
XFAIL_TESTS =
include ../substitute.mk
EXTRA_DIST = $(TESTS) \
simple.nix.in simple.builder.sh \
dependencies.nix.in dependencies.builder*.sh
dependencies.nix.in dependencies.builder*.sh \
locking.nix.in locking.builder.sh