summary refs log tree commit diff stats
path: root/tests/misc
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-04-13 14:16:19 -0700
committerGitHub <noreply@github.com>2021-04-13 23:16:19 +0200
commitfe77c3c72fe1fde4f41286158ba612c02083dfe2 (patch)
tree5b15c61b31f22104f93454b4a71fa36b27572397 /tests/misc
parent8e6b87a917a5d09a70d1e29f0b06915c29fcac6b (diff)
downloadNim-fe77c3c72fe1fde4f41286158ba612c02083dfe2.tar.gz
megatest: allow duplicate file names, show compilation progress (#17713)
* megatest: allow duplicate file names

* megatest: show compilation progress
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/tjoinable.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/tjoinable.nim b/tests/misc/tjoinable.nim
new file mode 100644
index 000000000..f23fca0d4
--- /dev/null
+++ b/tests/misc/tjoinable.nim
@@ -0,0 +1,3 @@
+# checks that megatest allows duplicate names, see also `tests/testament/tjoinable.nim`
+doAssert defined(testing)
+doAssert defined(nimMegatest)