Kyboros
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 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... -
创建于 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... -
创建于 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 ...