nim: expose testament test runner
https://nim-lang.org/docs/testament.html
This commit is contained in:
parent
4c5b28bd8a
commit
bc9c9cd6da
@ -254,6 +254,11 @@ let
|
|||||||
$wrapperArgs
|
$wrapperArgs
|
||||||
ln -s $out/bin/${targetPlatform.config}-nim $out/bin/nim
|
ln -s $out/bin/${targetPlatform.config}-nim $out/bin/nim
|
||||||
|
|
||||||
|
makeWrapper \
|
||||||
|
${nim'}/bin/testament $out/bin/${targetPlatform.config}-testament \
|
||||||
|
$wrapperArgs
|
||||||
|
ln -s $out/bin/${targetPlatform.config}-testament $out/bin/testament
|
||||||
|
|
||||||
makeWrapper \
|
makeWrapper \
|
||||||
${nimble'}/bin/nimble $out/bin/${targetPlatform.config}-nimble \
|
${nimble'}/bin/nimble $out/bin/${targetPlatform.config}-nimble \
|
||||||
--suffix PATH : $out/bin
|
--suffix PATH : $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user