mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-02 03:54:44 +00:00
remove tests/deps/ (#17132)
* remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
This commit is contained in:
@@ -141,7 +141,7 @@ Example "template" **to edit** and write a Testament unittest:
|
||||
|
||||
# Command the test should use to run. If left out or an empty string is
|
||||
# provided, the command is taken to be:
|
||||
# "nim $target --hints:on -d:testing --nimblePath:tests/deps $options $file"
|
||||
# "nim $target --hints:on -d:testing --nimblePath:build/deps/pkgs $options $file"
|
||||
# You can use the $target, $options, and $file placeholders in your own
|
||||
# command, too.
|
||||
cmd: "nim c -r $file"
|
||||
|
||||
Reference in New Issue
Block a user