1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 07:52:43 +01:00

Deduplicating

This commit is contained in:
John Ericson 2024-06-27 12:17:13 -04:00
parent 17a8c2bfce
commit a81e319528
36 changed files with 128 additions and 476 deletions

View file

@ -14,14 +14,7 @@ project('nix-expr-test', 'cpp',
cxx = meson.get_compiler('cpp')
# See note in ../nix-util/meson.build
deps_private = [ ]
# See note in ../nix-util/meson.build
deps_private_subproject = [ ]
# See note in ../nix-util/meson.build
deps_other = [ ]
subdir('meson-utils')
foreach nix_dep : [
dependency('nix-util'),
@ -117,9 +110,3 @@ this_exe = executable(
)
test(meson.project_name(), this_exe, env : ['_NIX_TEST_UNIT_DATA=' + meson.current_source_dir() + '/data'])
meson.override_dependency(meson.project_name(), declare_dependency(
include_directories : include_dirs,
link_with : this_exe,
compile_args : ['-std=c++2a'],
))