SMBIOS Library
|
#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 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 42 of file main.cpp.
References global_argc, global_argv, global_programDirname, global_testDirectory, global_testName, and global_writeDirectory.
char** global_argv |
Definition at line 34 of file main.cpp.
Referenced by testRbu::getCppunitTopDirectory(), testStandalone::getCppunitTopDirectory(), testPlatform::getCppunitTopDirectory(), testRbu::getTestDirectory(), testPlatform::getTestDirectory(), testStandalone::getTestDirectory(), testRbu::getTestName(), testPlatform::getTestName(), testStandalone::getTestName(), testRbu::getWritableDirectory(), testStandalone::getWritableDirectory(), testPlatform::getWritableDirectory(), and main().