mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
15 lines
252 B
Meson
15 lines
252 B
Meson
# Nix-Perl Tests
|
|
#============================================================================
|
|
|
|
|
|
# src
|
|
#---------------------------------------------------
|
|
|
|
nix_perl_tests = files(
|
|
'init.t',
|
|
)
|
|
|
|
|
|
foreach f : nix_perl_tests
|
|
fs.copyfile(f)
|
|
endforeach
|