Running Business Suite from Git

Hello,
I´m new with axelor and maybe I´m doing wrong.
Envirement:
-Debian Jessi 4.11.6-sunxi
-java version “1.8.0_131”
Java™ SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot™ Client VM (build 25.131-b11, mixed mode)
What I did so far:
-Installed Axelor Development Kit 4.0 from Git (build with sucess)
-Downloaded business suite from Git
My problem
Building the business suite fails:

FAILURE: Build failed with an exception.

  • What went wrong:
    Task ‘test’ not found in root project ‘axelor-business-suite’.
  • Try:
    Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Can anyone help?
Thank you, martin

Tests are not working properly on abs. Use -x test option like ‘./gradlew -x test build’ for build.

Hi,
Thank you, will test it at night.