document that Nim executable must be included (#15611)

This commit is contained in:
n5m
2020-10-17 18:30:12 +00:00
committed by GitHub
parent 66cd9c2e57
commit b16b2eb06f

View File

@@ -94,7 +94,7 @@ Example "template" **to edit** and write a Testament unittest:
valgrind: false # Can use Valgrind to check for memory leaks, or not (Linux 64Bit only).
cmd: "c -r $file" # Command the test should use to run.
cmd: "nim c -r $file" # Command the test should use to run.
maxcodesize: 666 # Maximum generated temporary intermediate code file size for the test.