#include "smbios/compat.h"#include <string>#include <string.h>#include <fstream>#include <iostream>#include <cppunit/extensions/TestFactoryRegistry.h>#include <cppunit/ui/text/TestRunner.h>#include <cppunit/XmlOutputter.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| int | global_argc |
| char ** | global_argv |
| std::string | global_programDirname |
| std::string | global_writeDirectory |
| std::string | global_testName |
| std::string | global_testDirectory |
| int | global_DebugLevel = 9 |
|
||||||||||||
|
Definition at line 42 of file main.cpp. References global_argc, global_argv, global_programDirname, global_testDirectory, global_testName, and global_writeDirectory. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 35 of file main.cpp. Referenced by main(). |
|
|
Definition at line 38 of file main.cpp. Referenced by main(). |
|
|
Definition at line 37 of file main.cpp. Referenced by main(). |
|
|
Definition at line 36 of file main.cpp. Referenced by main(). |
1.3.5