A repository containing integration and cross-library unit tests for the Starlet Engine Ecosystem.
Tests are written using Google Test (gtest) and will focus on multi-module behaviour, engine-level interaction, and system-wide validation.
This repository is intended for future multi-library test coverage.
This project uses CMake and Google Test.
git clone https://github.com/masonlet/starlet-tests.git
cd starlet-testsmkdir build
cd build
cmake ..
cmake --build .ctest