You can also use nimscript to create the dir ( eg `mkdir "tests"`), or do some
nice things like build all tests in a dir, eg
import ospaths
task tests, "Runs tests":
withdir "tests":
for file in listfiles("."):
if splitfile(file).ext == ".nim":
exec "nim c -r --verbosity:0 --hints:off " & file
- project organization question jackmott
- Re: project organization question jackmott
- Re: project organization question stisa
- Re: project organization question federico3
