Document a simpler syntax to execute the tests in standalone mode

Change-Id: I6a6c03562da35d223ce9ff012e8278a6695864ef
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index df16a96..d2f3e10 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -38,7 +38,7 @@
 To execute the tests run:
 
 ```
-  bazel test high_availability_tests
+  bazel test //...
 ```
 
 This project can be imported into the Eclipse IDE: