master
Drop cpp unit tests for memory_cmos and smbios (#28)
use new shorter debug output syntax
move around some of the test .cpp/.h files to get rid of unneeded dir structure
add unified setup/teardown for unit tests.
add standardized DCOUT/DCERR to outputctl.h that works with both smbios and smbios_c. convert tests to use new, shorter version. Add test for memory leaks in smbios/cmos construct/destruct.
Add define so ut c code can know if we are linux or windows. only run linux-specific unit test on linux.
implement linux smi calls, implement more unit tests for smi.
fixup token_factory -> token_table_factory rename
streamline unit tests