Files
Nim/tests/valgrind/tbasic_valgrind.nim
Andreas Rumpf 223e65e529 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
2019-11-18 09:10:48 +01:00

7 lines
91 B
Nim

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