Skip to content

This is my 2024 Fall project while working under the Data Life Cycle/DAPS group at ORNL, it covers my time studying thread management

Notifications You must be signed in to change notification settings

megatnt1122/ThreadManagement

Repository files navigation

Factory Class Example

To build cd into the repo then run

Configure step

cmake -S . -B build

Build step

cmake --build build 

To run tests

cmake --build build --target test

You can also run the tests directly cd into the build folder

cd ./build/tests/unit

Run the executable directly

./unit_test_dog_factory

About

This is my 2024 Fall project while working under the Data Life Cycle/DAPS group at ORNL, it covers my time studying thread management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published