Perform magic checks on a database file for better error messaging.
This commit is contained in:
parent
6881d15358
commit
72da9341fd
11 changed files with 75 additions and 9 deletions
|
|
@ -18,9 +18,7 @@ task makewrapper, "Generate the C wrapper using Futhark":
|
|||
task test, "Run the test suite.":
|
||||
exec "testament --megatest:off all"
|
||||
exec "testament html"
|
||||
|
||||
task clean, "Remove all non-repository artifacts.":
|
||||
exec "fossil clean -x"
|
||||
exec """find tests/ -type f \! -name \*.nim -delete"""
|
||||
|
||||
task docs, "Generate automated documentation.":
|
||||
exec "nim md2html --project --outdir:docs README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue