diff options
author | genotrance <dev@genotrance.com> | 2018-04-25 03:52:32 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-04-25 10:52:32 +0200 |
commit | e931f3b5a9643e0d7ac45b88b0bddb32dda4c540 (patch) | |
tree | e70fadb316aa330bd22694a71568316a103fecdd /tests/flags | |
parent | b34580fd5b955dec510f1aa06c3db1e4af052ef8 (diff) | |
download | Nim-e931f3b5a9643e0d7ac45b88b0bddb32dda4c540.tar.gz |
Fixes #802, #803 and #3775 - genscript issues (#7677)
* Fixes #802, #803 and #3775 - genscript issues * Test case for genscript * Test script * Verify on Linux * Update categories.nim * Fix merge * Improve test framework * Windows fixes
Diffstat (limited to 'tests/flags')
-rw-r--r-- | tests/flags/tgenscript.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/flags/tgenscript.nim b/tests/flags/tgenscript.nim new file mode 100644 index 000000000..6a037b5d8 --- /dev/null +++ b/tests/flags/tgenscript.nim @@ -0,0 +1,5 @@ +discard """ + file: "tgenscript.nim" +""" + +echo "--genscript" |