Skip to content

Commit

Permalink
doc: add test info (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello authored Sep 11, 2023
1 parent 40b283c commit d72adcf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ direnv allow
dub
```

### Test

To run the tests, do:
```
nix-instantiate --eval "test"
```

This should evaluate to `true`.

## Usage
```
Usage: dub2nix [OPTIONS] COMMAND
Expand Down
9 changes: 9 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Test

To run these tests, do:
```
nix-instantiate --eval .
```

This should evaluate to `true`.

0 comments on commit d72adcf

Please sign in to comment.