Skip to content

Commit

Permalink
Mention scalacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Oct 16, 2018
1 parent ec669bf commit a40a380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Once you've started an `sbt` session you can run one of the core commands:
- `dist/mkPack` creates a build in the Scala distribution format in `build/pack`
- `test` runs the JUnit test, `testOnly *immutable.ListTest` runs a subset
- `partest` runs partest tests (accepts options, try `partest --help`)
- `scalacheck/test` runs scalacheck tests, `scalacheck/testOnly *FloatFormatTest` runs a subset
- `publishLocal` publishes a distribution locally (can be used as `scalaVersion` in
other sbt projects)
- Optionally `set baseVersionSuffix := "-bin-abcd123-SNAPSHOT"`
Expand Down

0 comments on commit a40a380

Please sign in to comment.