Repository: incubator-ratis Updated Branches: refs/heads/master 0a68fc2ee -> 1b753aeba
RATIS-254. Add test command to BUILDING.md. Contributed by Kit Hui Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/1b753aeb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/1b753aeb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/1b753aeb Branch: refs/heads/master Commit: 1b753aebac1598dd4140229c0ce7db88d75fcdb2 Parents: 0a68fc2 Author: Tsz Wo Nicholas Sze <[email protected]> Authored: Wed Jun 13 17:48:13 2018 +0800 Committer: Tsz Wo Nicholas Sze <[email protected]> Committed: Wed Jun 13 17:48:13 2018 +0800 ---------------------------------------------------------------------- BUILDING.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1b753aeb/BUILDING.md ---------------------------------------------------------------------- diff --git a/BUILDING.md b/BUILDING.md index 3bbac69..e019eea 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -55,6 +55,12 @@ compiled files but keep the shaded classes with the following command: $ mvn clean -DskipCleanShade ``` +Then, the unit tests can be run by the following commands. + +``` +$ mvn -DskipShade test +``` + ## What are shaded? | Original packages | Shaded packages |
