Convert buffer_t to gmock.
This commit is contained in:
11
unit-tests/gmock_main.cc
Normal file
11
unit-tests/gmock_main.cc
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
Reference in New Issue
Block a user