mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Unit test some worker protocol serializers
Continue with the characterization testing idioms begun in
c70484454f
, but this time for unit tests.
Co-authored-by: Andreas Rammhold <andreas@rammhold.de>
This commit is contained in:
parent
f878b422b0
commit
7ff43435f9
11 changed files with 228 additions and 8 deletions
1
Makefile
1
Makefile
|
@ -22,6 +22,7 @@ makefiles = \
|
|||
-include Makefile.config
|
||||
|
||||
ifeq ($(tests), yes)
|
||||
UNIT_TEST_ENV = _NIX_TEST_UNIT_DATA=unit-test-data
|
||||
makefiles += \
|
||||
src/libutil/tests/local.mk \
|
||||
src/libstore/tests/local.mk \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue