diff --git a/trunk/ConsoleDataMigration/sources/tests/googletest/common/OMakefile b/trunk/ConsoleDataMigration/sources/tests/googletest/common/OMakefile new file mode 100644 index 0000000..e69de29 diff --git a/trunk/ConsoleDataMigration/sources/tests/googletest/common/common_stub.h b/trunk/ConsoleDataMigration/sources/tests/googletest/common/common_stub.h new file mode 100644 index 0000000..455195e --- /dev/null +++ b/trunk/ConsoleDataMigration/sources/tests/googletest/common/common_stub.h @@ -0,0 +1,6 @@ +#ifndef COMMON_STUB_H_ +#define COMMON_STUB_H_ + +#define NN_UNUSED_VAR(var) ((void)&var); + +#endif /* COMMON_STUB_H_ */ diff --git a/trunk/ConsoleDataMigration/sources/tests/googletest/common/test_common.h b/trunk/ConsoleDataMigration/sources/tests/googletest/common/test_common.h new file mode 100644 index 0000000..eaddcea --- /dev/null +++ b/trunk/ConsoleDataMigration/sources/tests/googletest/common/test_common.h @@ -0,0 +1,12 @@ +#ifndef TEST_COMMON_H_ +#define TEST_COMMON_H_ + +#include +#include "types.h" +#include "common_stub.h" + +#if defined(PCTEST_USE_STUB) +#include "stub.h" +#endif + +#endif /* TEST_COMMON_H_ */