Files
Nim/tests/valgrind/tbasic_valgrind.nim
Andreas Rumpf 9d17d02734 attempt to add valgrind support to the CIs and testament (#12646)
* attempt to add valgrind support to the CIs and testament

* valgrind (currently) works only on 64-bit Linux

(cherry picked from commit 223e65e529)
2019-11-18 12:28:33 +01:00

7 lines
91 B
Nim

discard """
valgrind: true
cmd: "nim c --gc:destructors $file"
"""
echo "hello world"