Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.74 KB | None | 0 0
  1. radoslaw@radoslaw-VirtualBox:~/ClionProjects$ tree
  2. .
  3. ├── contributors.txt
  4. ├── googletest
  5. │   ├── appveyor.yml
  6. │   ├── build
  7. │   │   ├── CMakeCache.txt
  8. │   │   ├── CMakeFiles
  9. │   │   │   ├── 3.6.2
  10. │   │   │   │   ├── CMakeCCompiler.cmake
  11. │   │   │   │   ├── CMakeCXXCompiler.cmake
  12. │   │   │   │   ├── CMakeDetermineCompilerABI_C.bin
  13. │   │   │   │   ├── CMakeDetermineCompilerABI_CXX.bin
  14. │   │   │   │   ├── CMakeSystem.cmake
  15. │   │   │   │   ├── CompilerIdC
  16. │   │   │   │   │   ├── a.out
  17. │   │   │   │   │   └── CMakeCCompilerId.c
  18. │   │   │   │   └── CompilerIdCXX
  19. │   │   │   │   ├── a.out
  20. │   │   │   │   └── CMakeCXXCompilerId.cpp
  21. │   │   │   ├── cmake.check_cache
  22. │   │   │   ├── CMakeDirectoryInformation.cmake
  23. │   │   │   ├── CMakeError.log
  24. │   │   │   ├── CMakeOutput.log
  25. │   │   │   ├── CMakeTmp
  26. │   │   │   ├── feature_tests.bin
  27. │   │   │   ├── feature_tests.c
  28. │   │   │   ├── feature_tests.cxx
  29. │   │   │   ├── Makefile2
  30. │   │   │   ├── Makefile.cmake
  31. │   │   │   ├── progress.marks
  32. │   │   │   └── TargetDirectories.txt
  33. │   │   ├── cmake_install.cmake
  34. │   │   ├── CTestTestfile.cmake
  35. │   │   ├── googlemock
  36. │   │   │   ├── CMakeFiles
  37. │   │   │   │   ├── CMakeDirectoryInformation.cmake
  38. │   │   │   │   ├── gmock.dir
  39. │   │   │   │   │   ├── __
  40. │   │   │   │   │   │   └── googletest
  41. │   │   │   │   │   │   └── src
  42. │   │   │   │   │   │   └── gtest-all.cc.o
  43. │   │   │   │   │   ├── build.make
  44. │   │   │   │   │   ├── cmake_clean.cmake
  45. │   │   │   │   │   ├── cmake_clean_target.cmake
  46. │   │   │   │   │   ├── CXX.includecache
  47. │   │   │   │   │   ├── DependInfo.cmake
  48. │   │   │   │   │   ├── depend.internal
  49. │   │   │   │   │   ├── depend.make
  50. │   │   │   │   │   ├── flags.make
  51. │   │   │   │   │   ├── link.txt
  52. │   │   │   │   │   ├── progress.make
  53. │   │   │   │   │   └── src
  54. │   │   │   │   │   └── gmock-all.cc.o
  55. │   │   │   │   ├── gmock_main.dir
  56. │   │   │   │   │   ├── __
  57. │   │   │   │   │   │   └── googletest
  58. │   │   │   │   │   │   └── src
  59. │   │   │   │   │   │   └── gtest-all.cc.o
  60. │   │   │   │   │   ├── build.make
  61. │   │   │   │   │   ├── cmake_clean.cmake
  62. │   │   │   │   │   ├── cmake_clean_target.cmake
  63. │   │   │   │   │   ├── CXX.includecache
  64. │   │   │   │   │   ├── DependInfo.cmake
  65. │   │   │   │   │   ├── depend.internal
  66. │   │   │   │   │   ├── depend.make
  67. │   │   │   │   │   ├── flags.make
  68. │   │   │   │   │   ├── link.txt
  69. │   │   │   │   │   ├── progress.make
  70. │   │   │   │   │   └── src
  71. │   │   │   │   │   ├── gmock-all.cc.o
  72. │   │   │   │   │   └── gmock_main.cc.o
  73. │   │   │   │   └── progress.marks
  74. │   │   │   ├── cmake_install.cmake
  75. │   │   │   ├── CTestTestfile.cmake
  76. │   │   │   ├── gtest
  77. │   │   │   │   ├── CMakeFiles
  78. │   │   │   │   │   ├── CMakeDirectoryInformation.cmake
  79. │   │   │   │   │   ├── gtest.dir
  80. │   │   │   │   │   │   ├── build.make
  81. │   │   │   │   │   │   ├── cmake_clean.cmake
  82. │   │   │   │   │   │   ├── cmake_clean_target.cmake
  83. │   │   │   │   │   │   ├── CXX.includecache
  84. │   │   │   │   │   │   ├── DependInfo.cmake
  85. │   │   │   │   │   │   ├── depend.internal
  86. │   │   │   │   │   │   ├── depend.make
  87. │   │   │   │   │   │   ├── flags.make
  88. │   │   │   │   │   │   ├── link.txt
  89. │   │   │   │   │   │   ├── progress.make
  90. │   │   │   │   │   │   └── src
  91. │   │   │   │   │   │   └── gtest-all.cc.o
  92. │   │   │   │   │   ├── gtest_main.dir
  93. │   │   │   │   │   │   ├── build.make
  94. │   │   │   │   │   │   ├── cmake_clean.cmake
  95. │   │   │   │   │   │   ├── cmake_clean_target.cmake
  96. │   │   │   │   │   │   ├── CXX.includecache
  97. │   │   │   │   │   │   ├── DependInfo.cmake
  98. │   │   │   │   │   │   ├── depend.internal
  99. │   │   │   │   │   │   ├── depend.make
  100. │   │   │   │   │   │   ├── flags.make
  101. │   │   │   │   │   │   ├── link.txt
  102. │   │   │   │   │   │   ├── progress.make
  103. │   │   │   │   │   │   └── src
  104. │   │   │   │   │   │   └── gtest_main.cc.o
  105. │   │   │   │   │   └── progress.marks
  106. │   │   │   │   ├── cmake_install.cmake
  107. │   │   │   │   ├── CTestTestfile.cmake
  108. │   │   │   │   ├── libgtest.a
  109. │   │   │   │   ├── libgtest_main.a
  110. │   │   │   │   └── Makefile
  111. │   │   │   ├── libgmock.a
  112. │   │   │   ├── libgmock_main.a
  113. │   │   │   └── Makefile
  114. │   │   └── Makefile
  115. │   ├── CMakeLists.txt
  116. │   ├── googlemock
  117. │   │   ├── build-aux
  118. │   │   ├── CHANGES
  119. │   │   ├── CMakeLists.txt
  120. │   │   ├── configure.ac
  121. │   │   ├── CONTRIBUTORS
  122. │   │   ├── docs
  123. │   │   │   ├── CheatSheet.md
  124. │   │   │   ├── CookBook.md
  125. │   │   │   ├── DesignDoc.md
  126. │   │   │   ├── DevGuide.md
  127. │   │   │   ├── Documentation.md
  128. │   │   │   ├── ForDummies.md
  129. │   │   │   ├── FrequentlyAskedQuestions.md
  130. │   │   │   ├── KnownIssues.md
  131. │   │   │   ├── v1_5
  132. │   │   │   │   ├── CheatSheet.md
  133. │   │   │   │   ├── CookBook.md
  134. │   │   │   │   ├── Documentation.md
  135. │   │   │   │   ├── ForDummies.md
  136. │   │   │   │   └── FrequentlyAskedQuestions.md
  137. │   │   │   ├── v1_6
  138. │   │   │   │   ├── CheatSheet.md
  139. │   │   │   │   ├── CookBook.md
  140. │   │   │   │   ├── Documentation.md
  141. │   │   │   │   ├── ForDummies.md
  142. │   │   │   │   └── FrequentlyAskedQuestions.md
  143. │   │   │   └── v1_7
  144. │   │   │   ├── CheatSheet.md
  145. │   │   │   ├── CookBook.md
  146. │   │   │   ├── Documentation.md
  147. │   │   │   ├── ForDummies.md
  148. │   │   │   └── FrequentlyAskedQuestions.md
  149. │   │   ├── include
  150. │   │   │   └── gmock
  151. │   │   │   ├── gmock-actions.h
  152. │   │   │   ├── gmock-cardinalities.h
  153. │   │   │   ├── gmock-generated-actions.h
  154. │   │   │   ├── gmock-generated-actions.h.pump
  155. │   │   │   ├── gmock-generated-function-mockers.h
  156. │   │   │   ├── gmock-generated-function-mockers.h.pump
  157. │   │   │   ├── gmock-generated-matchers.h
  158. │   │   │   ├── gmock-generated-matchers.h.pump
  159. │   │   │   ├── gmock-generated-nice-strict.h
  160. │   │   │   ├── gmock-generated-nice-strict.h.pump
  161. │   │   │   ├── gmock.h
  162. │   │   │   ├── gmock-matchers.h
  163. │   │   │   ├── gmock-more-actions.h
  164. │   │   │   ├── gmock-more-matchers.h
  165. │   │   │   ├── gmock-spec-builders.h
  166. │   │   │   └── internal
  167. │   │   │   ├── custom
  168. │   │   │   │   ├── gmock-generated-actions.h
  169. │   │   │   │   ├── gmock-generated-actions.h.pump
  170. │   │   │   │   ├── gmock-matchers.h
  171. │   │   │   │   └── gmock-port.h
  172. │   │   │   ├── gmock-generated-internal-utils.h
  173. │   │   │   ├── gmock-generated-internal-utils.h.pump
  174. │   │   │   ├── gmock-internal-utils.h
  175. │   │   │   └── gmock-port.h
  176. │   │   ├── LICENSE
  177. │   │   ├── make
  178. │   │   │   └── Makefile
  179. │   │   ├── Makefile.am
  180. │   │   ├── msvc
  181. │   │   │   ├── 2005
  182. │   │   │   │   ├── gmock_config.vsprops
  183. │   │   │   │   ├── gmock_main.vcproj
  184. │   │   │   │   ├── gmock.sln
  185. │   │   │   │   ├── gmock_test.vcproj
  186. │   │   │   │   └── gmock.vcproj
  187. │   │   │   ├── 2010
  188. │   │   │   │   ├── gmock_config.props
  189. │   │   │   │   ├── gmock_main.vcxproj
  190. │   │   │   │   ├── gmock.sln
  191. │   │   │   │   ├── gmock_test.vcxproj
  192. │   │   │   │   └── gmock.vcxproj
  193. │   │   │   └── 2015
  194. │   │   │   ├── gmock_config.props
  195. │   │   │   ├── gmock_main.vcxproj
  196. │   │   │   ├── gmock.sln
  197. │   │   │   ├── gmock_test.vcxproj
  198. │   │   │   └── gmock.vcxproj
  199. │   │   ├── README.md
  200. │   │   ├── scripts
  201. │   │   │   ├── fuse_gmock_files.py
  202. │   │   │   ├── generator
  203. │   │   │   │   ├── cpp
  204. │   │   │   │   │   ├── ast.py
  205. │   │   │   │   │   ├── gmock_class.py
  206. │   │   │   │   │   ├── gmock_class_test.py
  207. │   │   │   │   │   ├── __init__.py
  208. │   │   │   │   │   ├── keywords.py
  209. │   │   │   │   │   ├── tokenize.py
  210. │   │   │   │   │   └── utils.py
  211. │   │   │   │   ├── gmock_gen.py
  212. │   │   │   │   ├── LICENSE
  213. │   │   │   │   ├── README
  214. │   │   │   │   └── README.cppclean
  215. │   │   │   ├── gmock-config.in
  216. │   │   │   ├── gmock_doctor.py
  217. │   │   │   ├── upload_gmock.py
  218. │   │   │   └── upload.py
  219. │   │   ├── src
  220. │   │   │   ├── gmock-all.cc
  221. │   │   │   ├── gmock-cardinalities.cc
  222. │   │   │   ├── gmock.cc
  223. │   │   │   ├── gmock-internal-utils.cc
  224. │   │   │   ├── gmock_main.cc
  225. │   │   │   ├── gmock-matchers.cc
  226. │   │   │   └── gmock-spec-builders.cc
  227. │   │   └── test
  228. │   │   ├── gmock-actions_test.cc
  229. │   │   ├── gmock_all_test.cc
  230. │   │   ├── gmock-cardinalities_test.cc
  231. │   │   ├── gmock_ex_test.cc
  232. │   │   ├── gmock-generated-actions_test.cc
  233. │   │   ├── gmock-generated-function-mockers_test.cc
  234. │   │   ├── gmock-generated-internal-utils_test.cc
  235. │   │   ├── gmock-generated-matchers_test.cc
  236. │   │   ├── gmock-internal-utils_test.cc
  237. │   │   ├── gmock_leak_test_.cc
  238. │   │   ├── gmock_leak_test.py
  239. │   │   ├── gmock_link2_test.cc
  240. │   │   ├── gmock_link_test.cc
  241. │   │   ├── gmock_link_test.h
  242. │   │   ├── gmock-matchers_test.cc
  243. │   │   ├── gmock-more-actions_test.cc
  244. │   │   ├── gmock-nice-strict_test.cc
  245. │   │   ├── gmock_output_test_.cc
  246. │   │   ├── gmock_output_test_golden.txt
  247. │   │   ├── gmock_output_test.py
  248. │   │   ├── gmock-port_test.cc
  249. │   │   ├── gmock-spec-builders_test.cc
  250. │   │   ├── gmock_stress_test.cc
  251. │   │   ├── gmock_test.cc
  252. │   │   └── gmock_test_utils.py
  253. │   ├── googletest
  254. │   │   ├── build-aux
  255. │   │   ├── CHANGES
  256. │   │   ├── cmake
  257. │   │   │   └── internal_utils.cmake
  258. │   │   ├── CMakeLists.txt
  259. │   │   ├── codegear
  260. │   │   │   ├── gtest_all.cc
  261. │   │   │   ├── gtest.cbproj
  262. │   │   │   ├── gtest.groupproj
  263. │   │   │   ├── gtest_link.cc
  264. │   │   │   ├── gtest_main.cbproj
  265. │   │   │   └── gtest_unittest.cbproj
  266. │   │   ├── configure.ac
  267. │   │   ├── CONTRIBUTORS
  268. │   │   ├── docs
  269. │   │   │   ├── AdvancedGuide.md
  270. │   │   │   ├── DevGuide.md
  271. │   │   │   ├── Documentation.md
  272. │   │   │   ├── FAQ.md
  273. │   │   │   ├── Primer.md
  274. │   │   │   ├── PumpManual.md
  275. │   │   │   ├── Samples.md
  276. │   │   │   ├── V1_5_AdvancedGuide.md
  277. │   │   │   ├── V1_5_Documentation.md
  278. │   │   │   ├── V1_5_FAQ.md
  279. │   │   │   ├── V1_5_Primer.md
  280. │   │   │   ├── V1_5_PumpManual.md
  281. │   │   │   ├── V1_5_XcodeGuide.md
  282. │   │   │   ├── V1_6_AdvancedGuide.md
  283. │   │   │   ├── V1_6_Documentation.md
  284. │   │   │   ├── V1_6_FAQ.md
  285. │   │   │   ├── V1_6_Primer.md
  286. │   │   │   ├── V1_6_PumpManual.md
  287. │   │   │   ├── V1_6_Samples.md
  288. │   │   │   ├── V1_6_XcodeGuide.md
  289. │   │   │   ├── V1_7_AdvancedGuide.md
  290. │   │   │   ├── V1_7_Documentation.md
  291. │   │   │   ├── V1_7_FAQ.md
  292. │   │   │   ├── V1_7_Primer.md
  293. │   │   │   ├── V1_7_PumpManual.md
  294. │   │   │   ├── V1_7_Samples.md
  295. │   │   │   ├── V1_7_XcodeGuide.md
  296. │   │   │   └── XcodeGuide.md
  297. │   │   ├── include
  298. │   │   │   └── gtest
  299. │   │   │   ├── gtest-death-test.h
  300. │   │   │   ├── gtest.h
  301. │   │   │   ├── gtest-message.h
  302. │   │   │   ├── gtest-param-test.h
  303. │   │   │   ├── gtest-param-test.h.pump
  304. │   │   │   ├── gtest_pred_impl.h
  305. │   │   │   ├── gtest-printers.h
  306. │   │   │   ├── gtest_prod.h
  307. │   │   │   ├── gtest-spi.h
  308. │   │   │   ├── gtest-test-part.h
  309. │   │   │   ├── gtest-typed-test.h
  310. │   │   │   └── internal
  311. │   │   │   ├── custom
  312. │   │   │   │   ├── gtest.h
  313. │   │   │   │   ├── gtest-port.h
  314. │   │   │   │   └── gtest-printers.h
  315. │   │   │   ├── gtest-death-test-internal.h
  316. │   │   │   ├── gtest-filepath.h
  317. │   │   │   ├── gtest-internal.h
  318. │   │   │   ├── gtest-linked_ptr.h
  319. │   │   │   ├── gtest-param-util-generated.h
  320. │   │   │   ├── gtest-param-util-generated.h.pump
  321. │   │   │   ├── gtest-param-util.h
  322. │   │   │   ├── gtest-port-arch.h
  323. │   │   │   ├── gtest-port.h
  324. │   │   │   ├── gtest-string.h
  325. │   │   │   ├── gtest-tuple.h
  326. │   │   │   ├── gtest-tuple.h.pump
  327. │   │   │   ├── gtest-type-util.h
  328. │   │   │   └── gtest-type-util.h.pump
  329. │   │   ├── LICENSE
  330. │   │   ├── m4
  331. │   │   │   ├── acx_pthread.m4
  332. │   │   │   └── gtest.m4
  333. │   │   ├── make
  334. │   │   │   └── Makefile
  335. │   │   ├── Makefile.am
  336. │   │   ├── msvc
  337. │   │   │   ├── gtest_main-md.vcproj
  338. │   │   │   ├── gtest_main.vcproj
  339. │   │   │   ├── gtest-md.sln
  340. │   │   │   ├── gtest-md.vcproj
  341. │   │   │   ├── gtest_prod_test-md.vcproj
  342. │   │   │   ├── gtest_prod_test.vcproj
  343. │   │   │   ├── gtest.sln
  344. │   │   │   ├── gtest_unittest-md.vcproj
  345. │   │   │   ├── gtest_unittest.vcproj
  346. │   │   │   └── gtest.vcproj
  347. │   │   ├── README.md
  348. │   │   ├── samples
  349. │   │   │   ├── prime_tables.h
  350. │   │   │   ├── sample10_unittest.cc
  351. │   │   │   ├── sample1.cc
  352. │   │   │   ├── sample1.h
  353. │   │   │   ├── sample1_unittest.cc
  354. │   │   │   ├── sample2.cc
  355. │   │   │   ├── sample2.h
  356. │   │   │   ├── sample2_unittest.cc
  357. │   │   │   ├── sample3-inl.h
  358. │   │   │   ├── sample3_unittest.cc
  359. │   │   │   ├── sample4.cc
  360. │   │   │   ├── sample4.h
  361. │   │   │   ├── sample4_unittest.cc
  362. │   │   │   ├── sample5_unittest.cc
  363. │   │   │   ├── sample6_unittest.cc
  364. │   │   │   ├── sample7_unittest.cc
  365. │   │   │   ├── sample8_unittest.cc
  366. │   │   │   └── sample9_unittest.cc
  367. │   │   ├── scripts
  368. │   │   │   ├── common.py
  369. │   │   │   ├── fuse_gtest_files.py
  370. │   │   │   ├── gen_gtest_pred_impl.py
  371. │   │   │   ├── gtest-config.in
  372. │   │   │   ├── pump.py
  373. │   │   │   ├── release_docs.py
  374. │   │   │   ├── test
  375. │   │   │   │   └── Makefile
  376. │   │   │   ├── upload_gtest.py
  377. │   │   │   └── upload.py
  378. │   │   ├── src
  379. │   │   │   ├── gtest-all.cc
  380. │   │   │   ├── gtest.cc
  381. │   │   │   ├── gtest-death-test.cc
  382. │   │   │   ├── gtest-filepath.cc
  383. │   │   │   ├── gtest-internal-inl.h
  384. │   │   │   ├── gtest_main.cc
  385. │   │   │   ├── gtest-port.cc
  386. │   │   │   ├── gtest-printers.cc
  387. │   │   │   ├── gtest-test-part.cc
  388. │   │   │   └── gtest-typed-test.cc
  389. │   │   ├── test
  390. │   │   │   ├── gtest_all_test.cc
  391. │   │   │   ├── gtest_break_on_failure_unittest_.cc
  392. │   │   │   ├── gtest_break_on_failure_unittest.py
  393. │   │   │   ├── gtest_catch_exceptions_test_.cc
  394. │   │   │   ├── gtest_catch_exceptions_test.py
  395. │   │   │   ├── gtest_color_test_.cc
  396. │   │   │   ├── gtest_color_test.py
  397. │   │   │   ├── gtest-death-test_ex_test.cc
  398. │   │   │   ├── gtest-death-test_test.cc
  399. │   │   │   ├── gtest_environment_test.cc
  400. │   │   │   ├── gtest_env_var_test_.cc
  401. │   │   │   ├── gtest_env_var_test.py
  402. │   │   │   ├── gtest-filepath_test.cc
  403. │   │   │   ├── gtest_filter_unittest_.cc
  404. │   │   │   ├── gtest_filter_unittest.py
  405. │   │   │   ├── gtest_help_test_.cc
  406. │   │   │   ├── gtest_help_test.py
  407. │   │   │   ├── gtest-linked_ptr_test.cc
  408. │   │   │   ├── gtest-listener_test.cc
  409. │   │   │   ├── gtest_list_tests_unittest_.cc
  410. │   │   │   ├── gtest_list_tests_unittest.py
  411. │   │   │   ├── gtest_main_unittest.cc
  412. │   │   │   ├── gtest-message_test.cc
  413. │   │   │   ├── gtest_no_test_unittest.cc
  414. │   │   │   ├── gtest-options_test.cc
  415. │   │   │   ├── gtest_output_test_.cc
  416. │   │   │   ├── gtest_output_test_golden_lin.txt
  417. │   │   │   ├── gtest_output_test.py
  418. │   │   │   ├── gtest-param-test2_test.cc
  419. │   │   │   ├── gtest-param-test_test.cc
  420. │   │   │   ├── gtest-param-test_test.h
  421. │   │   │   ├── gtest-port_test.cc
  422. │   │   │   ├── gtest_pred_impl_unittest.cc
  423. │   │   │   ├── gtest_premature_exit_test.cc
  424. │   │   │   ├── gtest-printers_test.cc
  425. │   │   │   ├── gtest_prod_test.cc
  426. │   │   │   ├── gtest_repeat_test.cc
  427. │   │   │   ├── gtest_shuffle_test_.cc
  428. │   │   │   ├── gtest_shuffle_test.py
  429. │   │   │   ├── gtest_sole_header_test.cc
  430. │   │   │   ├── gtest_stress_test.cc
  431. │   │   │   ├── gtest-test-part_test.cc
  432. │   │   │   ├── gtest_test_utils.py
  433. │   │   │   ├── gtest_throw_on_failure_ex_test.cc
  434. │   │   │   ├── gtest_throw_on_failure_test_.cc
  435. │   │   │   ├── gtest_throw_on_failure_test.py
  436. │   │   │   ├── gtest-tuple_test.cc
  437. │   │   │   ├── gtest-typed-test2_test.cc
  438. │   │   │   ├── gtest-typed-test_test.cc
  439. │   │   │   ├── gtest-typed-test_test.h
  440. │   │   │   ├── gtest_uninitialized_test_.cc
  441. │   │   │   ├── gtest_uninitialized_test.py
  442. │   │   │   ├── gtest-unittest-api_test.cc
  443. │   │   │   ├── gtest_unittest.cc
  444. │   │   │   ├── gtest_xml_outfile1_test_.cc
  445. │   │   │   ├── gtest_xml_outfile2_test_.cc
  446. │   │   │   ├── gtest_xml_outfiles_test.py
  447. │   │   │   ├── gtest_xml_output_unittest_.cc
  448. │   │   │   ├── gtest_xml_output_unittest.py
  449. │   │   │   ├── gtest_xml_test_utils.py
  450. │   │   │   ├── production.cc
  451. │   │   │   └── production.h
  452. │   │   └── xcode
  453. │   │   ├── Config
  454. │   │   │   ├── DebugProject.xcconfig
  455. │   │   │   ├── FrameworkTarget.xcconfig
  456. │   │   │   ├── General.xcconfig
  457. │   │   │   ├── ReleaseProject.xcconfig
  458. │   │   │   ├── StaticLibraryTarget.xcconfig
  459. │   │   │   └── TestTarget.xcconfig
  460. │   │   ├── gtest.xcodeproj
  461. │   │   │   └── project.pbxproj
  462. │   │   ├── Resources
  463. │   │   │   └── Info.plist
  464. │   │   ├── Samples
  465. │   │   │   └── FrameworkSample
  466. │   │   │   ├── Info.plist
  467. │   │   │   ├── runtests.sh
  468. │   │   │   ├── widget.cc
  469. │   │   │   ├── WidgetFramework.xcodeproj
  470. │   │   │   │   └── project.pbxproj
  471. │   │   │   ├── widget.h
  472. │   │   │   └── widget_test.cc
  473. │   │   └── Scripts
  474. │   │   ├── runtests.sh
  475. │   │   └── versiongenerate.py
  476. │   ├── README.md
  477. │   └── travis.sh
  478. ├── lesson_01
  479. │   ├── CMakeLists.txt
  480. │   └── DaummyTest.cpp
  481. ├── lesson_02
  482. │   ├── CMakeLists.txt
  483. │   ├── main.cpp
  484. │   ├── TextWrap.cpp
  485. │   ├── TextWrap.h
  486. │   └── TextWrapTest.cpp
  487. ├── lesson_03
  488. │   ├── CMakeLists.txt
  489. │   ├── include
  490. │   │   └── Dummy.h
  491. │   ├── src
  492. │   │   ├── Dummy.cpp
  493. │   │   └── main.cpp
  494. │   └── test
  495. │   ├── DummyTest.cpp
  496. │   ├── GroupOneTest.cpp
  497. │   └── GroupTwoTest.cpp
  498. ├── lesson_04
  499. │   ├── CMakeLists.txt
  500. │   ├── include
  501. │   │   └── Dummy.h
  502. │   ├── src
  503. │   │   ├── Dummy.cpp
  504. │   │   └── main.cpp
  505. │   └── test
  506. │   ├── DummyTest.cpp
  507. │   ├── GroupOneTest.cpp
  508. │   └── GroupTwoTest.cpp
  509. └── readme.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement