mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +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
|