libsmbios
libsmbios copied to clipboard
Move remaining unit tests from cppunit to C
All of the unit tests are currently C++ unit tests using cppunit. Move these over to C. This is a blocker for #27
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.