forked from lix-project/lix
meson: add missing tests: ca, dyn-drv
Change-Id: I6a74ebaf93697cb99aadd6b51538c2766b0a808a
This commit is contained in:
parent
c263554ec6
commit
448a7ba48b
|
@ -28,6 +28,31 @@ subdir('dyn-drv')
|
|||
functional_tests_scripts = [
|
||||
'init.sh',
|
||||
'test-infra.sh',
|
||||
'ca/build.sh',
|
||||
'ca/build-cache.sh',
|
||||
'ca/concurrent-builds.sh',
|
||||
'ca/derivation-json.sh',
|
||||
'ca/duplicate-realisation-in-closure.sh',
|
||||
'ca/eval-store.sh',
|
||||
'ca/gc.sh',
|
||||
'ca/import-derivation.sh',
|
||||
'ca/new-build-cmd.sh',
|
||||
'ca/nix-copy.sh',
|
||||
'ca/nix-run.sh',
|
||||
'ca/nix-shell.sh',
|
||||
'ca/post-hook.sh',
|
||||
'ca/recursive.sh',
|
||||
'ca/repl.sh',
|
||||
'ca/selfref-gc.sh',
|
||||
'ca/signatures.sh',
|
||||
'ca/substitute.sh',
|
||||
'ca/why-depends.sh',
|
||||
'dyn-drv/text-hashed-output.sh',
|
||||
'dyn-drv/recursive-mod-json.sh',
|
||||
'dyn-drv/build-built-drv.sh',
|
||||
'dyn-drv/eval-outputOf.sh',
|
||||
'dyn-drv/dep-built-drv.sh',
|
||||
'dyn-drv/old-daemon-error-hack.sh',
|
||||
'flakes/flakes.sh',
|
||||
'flakes/develop.sh',
|
||||
'flakes/develop-r8854.sh',
|
||||
|
|
Loading…
Reference in a new issue