Skip to content

Commit 19ab68f

Browse files
committed
community build readme: how to run a single project
1 parent 50b8ab9 commit 19ab68f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

community-build/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project contains tests to build and test a corpus of open sources Scala pro
66

77
To run the community build on a local machine, first fetch all the git submodules with `git submodule update --init` and run `sbt community-build/test` from the root of the dotty repo.
88

9+
To run a single project, you can use the usual syntax for running a single JUnit test, for example `community-build/testOnly -- *shapeless`
10+
911
## Adding your project
1012

1113
To add your project to the community build you can follow these steps:

0 commit comments

Comments
 (0)