Trying to run simple TEST using GTest in Clion.
#include TEST(a, b) { ASSERT_EQ(1, 1); } int main() { return 0; }
Alw