diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-23 04:31:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 13:31:53 +0100 |
commit | 5d95137ce040edd181e56bc132ce319e59bd1ee4 (patch) | |
tree | b17fa6e6298cbc4d5d24fef398b754c88b783681 /doc | |
parent | b1a3651ae4e2db9ea46ab5c6c82f554d963d8506 (diff) | |
download | Nim-5d95137ce040edd181e56bc132ce319e59bd1ee4.tar.gz |
remove tests/deps/ (#17132)
* remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testament.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testament.rst b/doc/testament.rst index 919f12d89..5db68bfa7 100644 --- a/doc/testament.rst +++ b/doc/testament.rst @@ -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" |