Skip to content

Commit

Permalink
Add a documentation for SPM TEST=1 env var
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 2, 2017
1 parent 1024243 commit d91462f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ let package = Package(
$ swift build
```

To build or test a module with RxTest dependency, jsut set `TEST=1`. ([RxSwift >= 3.4.2](https://github.com/ReactiveX/RxSwift/releases/tag/3.4.2))

```bash
$ TEST=1 swift test
```

### Manually using git submodules

* Add RxSwift as a submodule
Expand Down

0 comments on commit d91462f

Please sign in to comment.