資源簡介
google UT框架gtest/gmock。主要是用于我那三篇UT相關的博客。
本想免費的,但是現(xiàn)在改版,選項里最低必須是2分,sorry了。
相關博客地址:
http://blog.csdn.net/songqier/article/details/78822325
http://blog.csdn.net/songqier/article/details/79188237
代碼片段和文件信息
#ifdef?__cplusplus
#?error?“A?C++?compiler?has?been?selected?for?C.“
#endif
/*?Version?number?components:?V=Version?R=Revision?P=Patch
???Version?date?components:???YYYY=Year?MM=Month???DD=Day??*/
#if?defined(__18CXX)
#?define?ID_VOID_MAIN
#endif
#if?defined(__INTEL_COMPILER)?||?defined(__ICC)
#?define?COMPILER_ID?“Intel“
??/*?__INTEL_COMPILER?=?VRP?*/
#?define?COMPILER_VERSION_MAJOR?DEC(__INTEL_COMPILER/100)
#?define?COMPILER_VERSION_MINOR?DEC(__INTEL_COMPILER/10?%?10)
#?define?COMPILER_VERSION_PATCH?DEC(__INTEL_COMPILER????%?10)
#?if?defined(__INTEL_COMPILER_BUILD_DATE)
??/*?__INTEL_COMPILER_BUILD_DATE?=?YYYYMMDD?*/
#??define?COMPILER_VERSION_TWEAK?DEC(__INTEL_COMPILER_BUILD_DATE)
#?endif
#elif?defined(__clang__)
#?define?COMPILER_ID?“Clang“
#?define?COMPILER_VERSION_MAJOR?DEC(__
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????352934??2018-01-30?06:06??gmock-1.7.0\aclocal.m4
?????文件?????603512??2018-01-30?06:06??gmock-1.7.0\autom4te.cache\output.0
?????文件???????2795??2018-01-30?06:06??gmock-1.7.0\autom4te.cache\requests
?????文件??????39772??2018-01-30?06:06??gmock-1.7.0\autom4te.cache\traces.0
?????文件??????44826??2017-12-12?02:01??gmock-1.7.0\build-aux\config.guess
?????文件???????1841??2017-12-12?02:01??gmock-1.7.0\build-aux\config.h.in
?????文件??????35454??2017-12-12?02:01??gmock-1.7.0\build-aux\config.sub
?????文件??????20334??2017-12-12?02:01??gmock-1.7.0\build-aux\depcomp
?????文件??????13998??2017-12-12?02:01??gmock-1.7.0\build-aux\install-sh
?????文件?????283680??2017-12-12?02:01??gmock-1.7.0\build-aux\ltmain.sh
?????文件??????10346??2017-12-12?02:01??gmock-1.7.0\build-aux\missing
?????文件???????5563??2017-12-12?02:01??gmock-1.7.0\CHANGES
?????文件???????6540??2017-12-12?02:01??gmock-1.7.0\CMakeLists.txt
?????文件?????601031??2018-01-30?06:06??gmock-1.7.0\configure
?????文件???????6254??2017-12-12?02:01??gmock-1.7.0\configure.ac
?????文件???????1369??2017-12-12?02:01??gmock-1.7.0\CONTRIBUTORS
?????文件?????554166??2017-12-12?02:01??gmock-1.7.0\fused-src\gmock\gmock.h
?????文件?????423567??2017-12-12?02:01??gmock-1.7.0\fused-src\gmock-gtest-all.cc
?????文件???????2593??2017-12-12?02:01??gmock-1.7.0\fused-src\gmock_main.cc
?????文件?????830563??2017-12-12?02:01??gmock-1.7.0\fused-src\gtest\gtest.h
?????文件??????43769??2018-01-30?06:06??gmock-1.7.0\gtest\aclocal.m4
?????文件?????591800??2018-01-30?06:06??gmock-1.7.0\gtest\autom4te.cache\output.0
?????文件???????2795??2018-01-30?06:06??gmock-1.7.0\gtest\autom4te.cache\requests
?????文件??????38466??2018-01-30?06:06??gmock-1.7.0\gtest\autom4te.cache\traces.0
?????文件??????44826??2017-12-12?02:01??gmock-1.7.0\gtest\build-aux\config.guess
?????文件???????1841??2017-12-12?02:01??gmock-1.7.0\gtest\build-aux\config.h.in
?????文件??????35454??2017-12-12?02:01??gmock-1.7.0\gtest\build-aux\config.sub
?????文件??????20334??2017-12-12?02:01??gmock-1.7.0\gtest\build-aux\depcomp
?????文件??????13998??2017-12-12?02:01??gmock-1.7.0\gtest\build-aux\install-sh
?????文件?????283680??2017-12-12?02:01??gmock-1.7.0\gtest\build-aux\ltmain.sh
............此處省略327個文件信息
評論
共有 條評論