mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02: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
|