Skip to content
/ LTest Public

C++ library to test concurrent algorithms.

Notifications You must be signed in to change notification settings

askalt/LTest

Repository files navigation

Ltest

  • Build

It is not recommended to try install all required dependencies locally in your system. Build docker image and run container:

./scripts/rund.sh
  • Run for release:
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release
  • Run unit tests:
cmake --build build --target lin_check_test
  • Run verify:
cmake --build build --target verifying/targets/nonlinear_queue && ./build/verifying/targets/nonlinear_queue --tasks 10 --rounds 240 --strategy pct

About

C++ library to test concurrent algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages