1
0
Fork 0
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:
John Ericson 2024-06-29 10:31:08 -04:00
parent 3ad39d2afb
commit 496b4a9cd2
213 changed files with 112 additions and 112 deletions

View file

@ -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')