1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional/test-libstoreconsumer/meson.build
2025-08-07 02:57:02 +03:00

8 lines
161 B
Meson

libstoreconsumer_tester = executable(
'test-libstoreconsumer',
'main.cc',
dependencies : [
dependency('nix-store'),
],
build_by_default : false,
)