lichao
2021-03-29 5657dca25451cfb63a90a3908db0c464fe3f343d
utest/utest.cpp
@@ -17,11 +17,16 @@
#include <sys/wait.h>
using namespace std::chrono_literals;
using namespace bhome_msg;
using namespace bhome_shm;
using namespace boost::posix_time;
auto Now = []() { return second_clock::universal_time(); };
auto F()
{
   return [](){};
}
struct s1000 { char a[1000]; };
typedef std::function<void(void)> FuncVV;