79391104

Date: 2025-01-27 14:21:27
Score: 0.5
Natty:
Report link

this is the problem : #include "Foo.h" you should set the right path

// test/test_desktop/foo_test.cpp

#include <gtest/gtest.h>
#include "../../src/Foo.h"

TEST(Foo, test_bar) {
  Foo foo;
  ASSERT_EQ(foo.bar(), 0);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: R.F.