SoorajModi / DataStructures

Data Structures written in C
MIT License
0 stars 0 forks source link

Use Unity Fixture library #11

Open SoorajModi opened 3 years ago

SoorajModi commented 3 years ago

Unity cannot check for memory leaks with function pointers unless you use the Fixture extension in addition to the Memory extension. Must add it in order to properly test APIs for memory leaks.