NetCpp/test/test_commu_modules/main.cpp
2020-12-10 19:04:05 +08:00

11 lines
182 B
C++

//
// Created by Eric Saturn on 2019/12/12.
//
#include <gtest/gtest.h>
int main(int argc, char *argv[]){
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}