Skip to content
/ c-project Public template

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

License

Notifications You must be signed in to change notification settings

kobbled/c-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published