about summary refs log tree commit diff
path: root/tests/check-reqs.sh
blob: 8b2454915a52d431968d02cdfe68842b3997b8e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
source common.sh

RESULT=$TEST_ROOT/result

nix-build -o $RESULT check-reqs.nix -A test1

(! nix-build -o $RESULT check-reqs.nix -A test2)
(! nix-build -o $RESULT check-reqs.nix -A test3)
(! nix-build -o $RESULT check-reqs.nix -A test4)
(! nix-build -o $RESULT check-reqs.nix -A test5)
(! nix-build -o $RESULT check-reqs.nix -A test6)

nix-build -o $RESULT check-reqs.nix -A test7