Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 411 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 411 Bytes

Simple Unit Testing

Getting Started

  1. Get the repository

    $ git clone https://github.com/swaldhoer/unit-testing.git
    $ cd unit-testing
  2. Configure, build and test the project

    $ ./waf.sh configure --googletest-bootstrap
    $ ./waf.sh build_bin
    $ ./waf.sh build_test
  3. Run clang-format on the project

    $ ./waf.sh clang-format --cf-arg -i