Skip to content

SPIN-Space-Innovation/Test-Bench

Repository files navigation

Test Bench

Building the Project

Before you can run the application, you'll need to build the project. Follow the steps below:

Prerequisites

Make sure you have the following prerequisites installed on your machine:

Clone the Repository

git clone https://github.com/SPIN-Space-Innovation/Test-Bench.git
cd Test-Bench

Generate the project buildsystem

Use the following command to generate the project's buildsystem:

cmake -B build -DCMAKE_BUILD_TYPE=${Build type} -G ${Buildsystem}

Build the Project

Use the following command to build the project:

cmake --build build -j ${No of build jobs}

License

Test Bench is licensed under the MIT license.