/c-project

Boiler plate template for C Projects, using the Bazel build system

Primary LanguageStarlarkGNU General Public License v3.0GPL-3.0

Usage

Compile project with

 bazel run src:myproject

Just compile and run tests with

bazel test --test_output=all tests/test_foo

Dependencies

  • Stumpless : Install on your machine (Manually)

Todo

  • Use <gtest/gtest.h> for unit tests instead