Skip to content

c0debrain/c-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-skeleton

init.sh allows you to easily bootstrap basic C projects with Unity testing framework plugged in.

Run init.sh, enter your project name, and create as many modules as necessary. The script will create source/header files for each of your modules and also wire up a separate unit testing file for each.

Makefile

The generated directory structure also plays well with the included Makefile (tested with GNU Make only).

Run make build for an optimized artifact.

Run make dbg for a debugging artifact.

Run make test to run tests with an optimized build artifact.

Run make testdbg to run tests with a debugging build artifact.

About

Boilerplate for basic C projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages