Skip to content

A collection of modules to help with developing in C, and a homemade framework for organizing, compiling, and testing.

License

Notifications You must be signed in to change notification settings

joeljk13/C-Libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Modules

Whenever I think of a module that would help in general with C, this is where I'll develop it.

The Framework

I created this for 2 reasons:

  • I wanted to run testing with make check, and existing frameworks didn't seem to do that.
  • I wanted GCC/Clang to generate the dependencies, and I didn't know of a way to do this without a wrapper shell script (configure) around a makefile.

Basically, running configure will create the makefile, with updated dependencies and with support for make, make clean, and make check. A sources in src/ are used, and all tests in tests/ are used for make check.

About

A collection of modules to help with developing in C, and a homemade framework for organizing, compiling, and testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages