diff options
Diffstat (limited to 'tests/avr/thello.nim')
-rw-r--r-- | tests/avr/thello.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/avr/thello.nim b/tests/avr/thello.nim new file mode 100644 index 000000000..7ebaeae5f --- /dev/null +++ b/tests/avr/thello.nim @@ -0,0 +1,6 @@ +discard """ + cmd: "nim c --compileOnly --os:standalone --exceptions:quirky -d:noSignalHandler -d:danger --threads:off $file" + action: "compile" +""" + +echo "hi" |