1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Allow unit test infra to be reused across libs' tests

This allows using Arbitrary "instances" defined in libstore-tests in
libexpr-tests, something we will leverage in a moment.
This commit is contained in:
John Ericson 2023-01-29 12:37:32 -05:00
parent 6772e9ed0a
commit ec0c0efec6
13 changed files with 50 additions and 21 deletions

View file

@ -2,6 +2,8 @@ check: libutil-tests_RUN
programs += libutil-tests
libutil-tests_NAME := libnixutil-tests
libutil-tests_DIR := $(d)
libutil-tests_INSTALL_DIR :=