-
Get the repository
$ git clone https://github.com/swaldhoer/unit-testing.git $ cd unit-testing
-
Configure, build and test the project
$ ./waf.sh configure --googletest-bootstrap $ ./waf.sh build_bin $ ./waf.sh build_test
-
Run clang-format on the project
$ ./waf.sh clang-format --cf-arg -i