mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
16 lines
252 B
Meson
16 lines
252 B
Meson
# Nix-Perl Tests
|
|
#============================================================================
|
|
|
|
|
|
# src
|
|
#---------------------------------------------------
|
|
|
|
nix_perl_tests = files(
|
|
'init.t',
|
|
)
|
|
|
|
|
|
foreach f : nix_perl_tests
|
|
fs.copyfile(f)
|
|
endforeach
|