correct some logic error
[netspecters.git] / source / KernelLibrary / ProtocolManager / unit_test / public.hpp
blob251e80ab0ea11b0d62fcfd5f17bb1a32608fc9df
1 #ifndef pm_ut_public_INC
2 #define pm_ut_public_INC
3 #include "GeneralTestDefine.hpp"
4 #include <gtest/gtest.h>
6 namespace Netspecters {
7 namespace KernelPlus {
8 namespace ProtocolManager {
10 #define DB_FILENAME_BASE "pm_db_unit_test.tmp"
11 #ifdef __linux
12 # define DB_FILENAME "/tmp/"DB_FILENAME_BASE
13 #else
14 # define DB_FILENAME DB_FILENAME_BASE
15 #endif
17 }/* ProtocolManager **/
18 }/* KernelPlus **/
19 }/* Netspecters **/
21 #endif /* ----- #ifndef pm_ut_public_INC ----- */