mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 13:53:11 +00:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
|
version = "0.1.0"
|
||
|
|
author = "Questionable Authors"
|
||
|
|
description = "Questionable tests for pkg/stew"
|
||
|
|
license = "MIT"
|
||
|
|
|
||
|
|
requires "stew"
|
||
|
|
|
||
|
|
task test, "Runs the test suite":
|
||
|
|
exec "nim c -f -r test.nim"
|