Skip to content
/ screech Public

Compact test-driven development library for C.

Notifications You must be signed in to change notification settings

SmiVan/screech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screech

Compact test-driven development assistance tool for C.


This compact library has been used for swiftly writing tests when working on C projects using a test-driven development methodology.

It is intended to be compact and simple to write tests in.


To compile the library and self-test:

Generate makefiles with Premake 5, e.g.

$ premake5 gmake

Build with the desired tool, e.g.

$ make

No auto-installation script is available at the moment.

About

Compact test-driven development library for C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published