diff options
Diffstat (limited to 'tests/caas')
-rw-r--r-- | tests/caas/compile-then-def.txt | 9 | ||||
-rw-r--r-- | tests/caas/def-then-compile.txt | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/caas/compile-then-def.txt b/tests/caas/compile-then-def.txt new file mode 100644 index 000000000..a5080c50d --- /dev/null +++ b/tests/caas/compile-then-def.txt @@ -0,0 +1,9 @@ +main.nim +> c +SuccessX +> idetools --track:main.nim,5,18 --def main.nim +strutils.toUpper +SuccessX +> idetools --track:main.nim,5,18 --def main.nim +strutils.toUpper +SuccessX diff --git a/tests/caas/def-then-compile.txt b/tests/caas/def-then-compile.txt new file mode 100644 index 000000000..efa4dcbb3 --- /dev/null +++ b/tests/caas/def-then-compile.txt @@ -0,0 +1,7 @@ +main.nim +> idetools --track:main.nim,5,18 --def main.nim +strutils.toUpper +SuccessX +> c +SuccessX + |