mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
perl: Rewrite build system using Meson
This commit is contained in:
parent
b406cf9b81
commit
fc1d9023a2
9 changed files with 299 additions and 201 deletions
15
perl/t/meson.build
Normal file
15
perl/t/meson.build
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Nix-Perl Tests
|
||||
#============================================================================
|
||||
|
||||
|
||||
# src
|
||||
#---------------------------------------------------
|
||||
|
||||
nix_perl_tests = files(
|
||||
'init.t',
|
||||
)
|
||||
|
||||
|
||||
foreach f : nix_perl_tests
|
||||
fs.copyfile(f)
|
||||
endforeach
|
Loading…
Add table
Add a link
Reference in a new issue