Skip to content

masonlet/starlet-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Starlet Tests

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.

Features

This repository is intended for future multi-library test coverage.


Building and Running Tests

This project uses CMake and Google Test.

1. Clone the Repository

git clone https://github.com/masonlet/starlet-tests.git
cd starlet-tests

2. Create a Build Directory and Generate Build Files

mkdir build
cd build
cmake ..
cmake --build .

3. Run the Tests

ctest

About

Unit tests for Starlet libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages