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
Sergei Zimmerman d26a337c09
meson: Move asan-options to common
This way we don't have to duplicate the subdir everywhere.
Less copy-pasta is good.
2025-10-11 16:08:35 +03:00

12 lines
249 B
Meson

cxx = meson.get_compiler('cpp')
subdir('nix-meson-build-support/common/asan-options')
libstoreconsumer_tester = executable(
'test-libstoreconsumer',
'main.cc',
dependencies : [
dependency('nix-store'),
],
build_by_default : false,
)