Archived
1
0
Fork 0

Cleanned nimfunge98.nimble

This commit is contained in:
Julien Dessaux 2021-10-11 22:16:40 +02:00
parent 4407b1d67c
commit 4517aba8eb

View file

@ -16,9 +16,6 @@ requires "nim >= 1.4.8"
task tests, "Runs the test suite":
exec "testament pattern \"tests/*.nim\""
task coverage, "Run all tests and calculate coverage":
exec "coco --target 'tests/**/*.nim' --cov '!tests,!nimcache'"
import os, strformat
task fmt, "Run nimpretty on all git-managed .nim files in the current repo":
@ -37,7 +34,5 @@ task fmt, "Run nimpretty on all git-managed .nim files in the current repo":
exec(cmd)
task clean, "Clean":
exec "rm -rf coverage lcov.info nimcache"
exec "rm -rf outputGotten.txt testresults tests/megatest.nim"
exec "rm -rf src/htmldocs"
exec "rm -rf nimcache testresults tests/megatest.nim"
exec "find tests/ -type f -executable -delete"