1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Merge pull request #8923 from obsidiansystems/test-proto

Unit test some worker protocol serializers
This commit is contained in:
Théophane Hufschmitt 2023-09-26 17:12:24 +02:00 committed by GitHub
commit c6faef61a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 228 additions and 8 deletions

View file

@ -78,6 +78,7 @@
./precompiled-headers.h
./src
./tests
./unit-test-data
./COPYING
./scripts/local.mk
(fileset.fileFilter (f: lib.strings.hasPrefix "nix-profile" f.name) ./scripts)