aboutsummaryrefslogtreecommitdiff
path: root/tests/local.mk
blob: b17ef386b97f86d8354c24ef2bc6a4518f03ed28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
nix_tests = \
  flakes.sh \
  ca/gc.sh \
  gc.sh \
  remote-store.sh \
  lang.sh \
  fetchMercurial.sh \
  gc-auto.sh \
  user-envs.sh \
  binary-cache.sh \
  multiple-outputs.sh \
  ca/build.sh \
  nix-build.sh \
  gc-concurrent.sh \
  repair.sh \
  fixed.sh \
  export-graph.sh \
  timeout.sh \
  fetchGitRefs.sh \
  gc-runtime.sh \
  tarball.sh \
  fetchGit.sh \
  fetchurl.sh \
  fetchPath.sh \
  simple.sh \
  referrers.sh \
  optimise-store.sh \
  substitute-with-invalid-ca.sh \
  ca/concurrent-builds.sh \
  signing.sh \
  ca/build-with-garbage-path.sh \
  hash.sh \
  gc-non-blocking.sh \
  check.sh \
  ca/substitute.sh \
  nix-shell.sh \
  ca/signatures.sh \
  ca/nix-shell.sh \
  ca/nix-copy.sh \
  check-refs.sh \
  build-remote-input-addressed.sh \
  secure-drv-outputs.sh \
  restricted.sh \
  fetchGitSubmodules.sh \
  flake-searching.sh \
  ca/duplicate-realisation-in-closure.sh \
  readfile-context.sh \
  nix-channel.sh \
  recursive.sh \
  dependencies.sh \
  check-reqs.sh \
  build-remote-content-addressed-fixed.sh \
  build-remote-content-addressed-floating.sh \
  nar-access.sh \
  pure-eval.sh \
  eval.sh \
  ca/post-hook.sh \
  repl.sh \
  ca/repl.sh \
  ca/recursive.sh \
  binary-cache-build-remote.sh \
  search.sh \
  logging.sh \
  export.sh \
  config.sh \
  add.sh \
  local-store.sh \
  filter-source.sh \
  misc.sh \
  dump-db.sh \
  linux-sandbox.sh \
  build-dry.sh \
  structured-attrs.sh \
  shell.sh \
  brotli.sh \
  zstd.sh \
  compression-levels.sh \
  nix-copy-ssh.sh \
  post-hook.sh \
  function-trace.sh \
  flake-local-settings.sh \
  eval-store.sh \
  why-depends.sh \
  import-derivation.sh \
  ca/import-derivation.sh \
  ca/text-hashed-output.sh \
  nix_path.sh \
  case-hack.sh \
  placeholders.sh \
  ssh-relay.sh \
  plugins.sh \
  build.sh \
  ca/nix-run.sh \
  db-migration.sh \
  bash-profile.sh \
  pass-as-file.sh \
  describe-stores.sh \
  nix-profile.sh \
  suggestions.sh \
  store-ping.sh \
  fetchClosure.sh

ifeq ($(HAVE_LIBCPUID), 1)
	nix_tests += compute-levels.sh
endif

install-tests += $(foreach x, $(nix_tests), tests/$(x))

tests-environment = NIX_REMOTE= $(bash) -e

clean-files += $(d)/common.sh $(d)/config.nix $(d)/ca/config.nix

test-deps += tests/common.sh tests/config.nix tests/ca/config.nix tests/plugins/libplugintest.$(SO_EXT)