Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 931 Bytes

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.