Building and Running Tests
Learn how to build and run the downloaded framework.
Now, we are familiar with the framework code structure. In the next lesson, we will learn to build, run, and experiment with the downloaded sample simulation code.
Building the framework code
Navigate to the project root folder and run the following commands:
./gradlew clean build -x test
Running a single simulation file
Navigate to the project and run the ...