Skip to content

A simple template to get started quickly with unit testing in C with the check framework and execution with Makefiles.

License

Notifications You must be signed in to change notification settings

fxd24/check-make-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-make-template

A simple template to get started quickly with unit testing in C with the check framework and execution with Makefiles.

Execute main

In src folder type on the command line: make main ./main

The program will execute.

Execute test

Enter the folder src and then type on the command line: make test

The tests that you have written are then checked.

Other

If you type on the command line make clean This command will remove the object files that have been created.

About

A simple template to get started quickly with unit testing in C with the check framework and execution with Makefiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published