Skip to content

Commit

Permalink
Take 3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Nov 8, 2023
1 parent 5f5cabf commit 41fa7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testing/include/gz/common/testing/CMakeTestPaths.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace gz::common::testing
class GZ_COMMON_TESTING_VISIBLE CMakeTestPaths: public TestPaths
{
/// \brief Constructor from TestPaths
public: using TestPaths::TestPaths;
public: CMakeTestPaths() = default;

/// \brief Destructor
public: ~CMakeTestPaths() override;
Expand Down
2 changes: 2 additions & 0 deletions testing/src/TestPaths.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ namespace gz::common::testing
TestPaths::TestPaths(const std::string &_projectSourcePath)
: projectSourcePath(_projectSourcePath)
{
std::cout << "TestPaths::TestPaths: ("
<< _projectSourcePath << ")" << std::endl;
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit 41fa7e9

Please sign in to comment.