Skip to content

An embedded test framework based on greatest and the fake function framework.

License

Notifications You must be signed in to change notification settings

ElectronVector/greatest-fff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greatest-fff

An embedded test framework based on greatest and the fake function framework.

Changes to greatest.h

Made the TEST function definitions not static. This is so that they can be externed in a runner file where the SUITE is created. Creating the SUITE is easily automated, so that's why we want to do it in automatically generated runner file. Change this line:

#define GREATEST_TEST static greatest_test_res

To this:

#define GREATEST_TEST greatest_test_res

About

An embedded test framework based on greatest and the fake function framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published