/cpp-assert

A very simple C++ assertion lib.

Primary LanguageC++MIT LicenseMIT

cpp-assert

A very simple C++ embeddable assertion library.

Test

  • Run an alpine container with build-essentials:
docker build -t cpp-assert .

docker run -it -rm -v $(pwd):/work cpp-assert sh
  • Compile an run tests:
make && ./main