kobbled / c-project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Starlark 46.6%Language:C 42.5%Language:C++ 10.9%