mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 08:33:45 +03:00
CMakeLists was modified to support this, then include paths for the test executable also had to be modified to include UnitTest++.
9 lines
86 B
C++
9 lines
86 B
C++
#include "TestReporter.h"
|
|
|
|
namespace UnitTest {
|
|
|
|
TestReporter::~TestReporter()
|
|
{
|
|
}
|
|
|
|
}
|