dell / libsmbios

library for interacting with Dell SMBIOS tables
Other
192 stars 39 forks source link

Move remaining unit tests from cppunit to C #28

Open superm1 opened 7 years ago

superm1 commented 7 years ago

All of the unit tests are currently C++ unit tests using cppunit. Move these over to C. This is a blocker for #27

superm1 commented 6 years ago

Actually it's probably better to move them to pyunit using the ctypes bindings. Some of them are already moved over, so evaluate which ones are still missing.