Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 8, 2021
1 parent 2f550e0 commit 36824cc
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ runtime will try to guess how to test your project regardless of its structure,
- having a single file `foo.nim` in your `foo` project, or
- TBD

```
$ balls
# ... the test runner runs tests ...
```
![runner](docs/runner.svg "test runner")

You can add arguments which will be passed directly to the compiler:

```
Expand Down
2 changes: 2 additions & 0 deletions balls.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ task demo, "produce a demo":
quit 1
exec """demo docs/demo.svg "nim c --out=\$1 examples/fails.nim""""
exec """demo docs/clean.svg "balls -f --out=\$1""""
exec "nim c --define:release --define:ballsDry balls.nim"
exec """demo docs/runner.svg "balls""""

6 changes: 3 additions & 3 deletions docs/clean.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 36824cc

Please sign in to comment.