Kyboros
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
Kyboros 创建了一个帖子, 已回答Running Cross compiled tests
I'm using MinGW to compile a c++ library. It uses Gtest to test the code. I want to run the tests, they compile fine as an exe, and i can run them from the command line using wine Tests.exe. Howeve... -
Kyboros 创建了一个帖子, Unit tests hide unused functions
In CLion normally when coding, CLion will point out if a method or function you wrote goes unused. However if you write googletests, the google test counts as implementing the function. This falsel... -
-
-
-
-
Kyboros 创建了一个帖子, 已回答Include files not context highlighting
I am very new to CLion. I just decided to switch over from Microsoft Visual studios, and project setup has been rocky to put it lightly. I cant get context highlighting working and adding SDL2 was ...