Kyboros

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Kyboros created a post, AnsweredRunning 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 created a post, 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 created a post, AnsweredInclude 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 ...