mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Build Functional tests with Meson
Co-Authored-By: Qyriad <qyriad@qyriad.me> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
d434a54b6c
commit
34fe2478a2
29 changed files with 678 additions and 115 deletions
28
tests/functional/flakes/meson.build
Normal file
28
tests/functional/flakes/meson.build
Normal file
|
@ -0,0 +1,28 @@
|
|||
suites += {
|
||||
'name': 'flakes',
|
||||
'deps': [],
|
||||
'tests': [
|
||||
'flakes.sh',
|
||||
'develop.sh',
|
||||
'edit.sh',
|
||||
'run.sh',
|
||||
'mercurial.sh',
|
||||
'circular.sh',
|
||||
'init.sh',
|
||||
'inputs.sh',
|
||||
'follow-paths.sh',
|
||||
'bundle.sh',
|
||||
'check.sh',
|
||||
'unlocked-override.sh',
|
||||
'absolute-paths.sh',
|
||||
'absolute-attr-paths.sh',
|
||||
'build-paths.sh',
|
||||
'flake-in-submodule.sh',
|
||||
'prefetch.sh',
|
||||
'eval-cache.sh',
|
||||
'search-root.sh',
|
||||
'config.sh',
|
||||
'show.sh',
|
||||
],
|
||||
'workdir': meson.current_build_dir(),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue