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