If you want to compile your tests in a library project with the 'apax build' command (e.g. using
-i testin the APAX_BUILD_ARGS) it will lead to a build error, if you are using global variables from the TestConfig.st inside your tests. Please, comment out this option duringapax build. The tests will be built during commandapax testand this build will run successfully.
variables:
APAX_BUILD_ARGS:
- -l debug
# - -i test