WRITE|READ编程(RDMA read and write with IB verbs)
(本文讲解的示例代码在:RDMA read and write with IB verbs | The Geek in the Corner) 将 RDMA 与verbs一起使用非常简单:首先注册内存块,…
“没有测试的代码重构不能称之为重构,它仅仅是垃圾代码的到处移动” ——Corey Haines 目录
前言
什么是单元测试?
单元测试的组成
单元测试的命名
单元测试的独立性
Google Test 单元测试的环境配置与使用
1. Ubuntu下安装 Google Test
2. 编写…