megatest: allow duplicate file names, show compilation progress (#17713)

* megatest: allow duplicate file names

* megatest: show compilation progress
This commit is contained in:
Timothee Cour
2021-04-13 14:16:19 -07:00
committed by GitHub
parent 8e6b87a917
commit fe77c3c72f
3 changed files with 15 additions and 6 deletions

3
tests/misc/tjoinable.nim Normal file
View File

@@ -0,0 +1,3 @@
# checks that megatest allows duplicate names, see also `tests/testament/tjoinable.nim`
doAssert defined(testing)
doAssert defined(nimMegatest)