mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
document that Nim executable must be included (#15611)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user