mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Move around unit test dirs to match new names
This commit is contained in:
parent
3ad39d2afb
commit
496b4a9cd2
213 changed files with 112 additions and 112 deletions
16
meson.build
16
meson.build
|
@ -25,11 +25,11 @@ subproject('libexpr-c')
|
|||
subproject('perl')
|
||||
|
||||
# Testing
|
||||
subproject('libutil-test-support')
|
||||
subproject('libutil-test')
|
||||
subproject('libstore-test-support')
|
||||
subproject('libstore-test')
|
||||
subproject('libfetchers-test')
|
||||
subproject('libexpr-test-support')
|
||||
subproject('libexpr-test')
|
||||
subproject('libflake-test')
|
||||
subproject('nix-util-test-support')
|
||||
subproject('nix-util-tests')
|
||||
subproject('nix-store-test-support')
|
||||
subproject('nix-store-tests')
|
||||
subproject('nix-fetchers-tests')
|
||||
subproject('nix-expr-test-support')
|
||||
subproject('nix-expr-tests')
|
||||
subproject('nix-flake-tests')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue