#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_ */