Index: get_asp.cpp =================================================================== --- get_asp.cpp (revision 10352) +++ get_asp.cpp (working copy) @@ -15,6 +15,7 @@ * @brief * **/ + #include extern "C"{ #include Index: gtest_asp_agent.cpp =================================================================== --- gtest_asp_agent.cpp (revision 10352) +++ gtest_asp_agent.cpp (working copy) @@ -22,6 +22,7 @@ #include "fcst_common.h" #include "fcst_asp_agent.h" + /** * @brief gtest_asp_agent * ????ASP????agent Index: gtest_memory.cpp =================================================================== --- gtest_memory.cpp (revision 10352) +++ gtest_memory.cpp (working copy) @@ -34,6 +34,7 @@ */ static void SetUpTestCase() { + ASSERT_EQ(0, com_loadlog(_s_conf.log_conf_path, _s_conf.log_conf_filename)); ASSERT_EQ(0, _s_conf.init_conf());