Skip to content

Commit

Permalink
Restore accidentally deleted link to building Robolectric
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 437260678
  • Loading branch information
hoisie authored and Copybara-Service committed Mar 25, 2022
1 parent 2fd55bc commit 09f761d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -58,7 +58,10 @@ Those software configurations are recommended and tested.
- CMake 3.22.1+. Check it by `cmake --version`.
- GCC 7.5.0+ on Linux or Apple clang 12.0.0+ on macOS. Check it by `gcc --version`.

### build and test
See [Building Robolectric](http://robolectric.org/building-robolectric/) for more details about setting up a build environment for Robolectric.

### Build and test

Robolectric supports running tests against multiple Android API levels. The work it must do to support each API level is slightly different, so its shadows are built separately for each. To build shadows for every API version, run:

./gradlew clean assemble testClasses --parallel
Expand Down

0 comments on commit 09f761d

Please sign in to comment.