mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
keep absolute path
This commit is contained in:
parent
7b47f1c59a
commit
6ea2db4cb1
1 changed files with 6 additions and 5 deletions
|
|
@ -1,9 +1,10 @@
|
|||
#include "../UnitTest++.h"
|
||||
#include "UnitTest++/UnitTestPP.h"
|
||||
#include "RecordingReporter.h"
|
||||
#include "../ReportAssert.h"
|
||||
#include "../TestList.h"
|
||||
#include "../TimeHelpers.h"
|
||||
#include "../TimeConstraint.h"
|
||||
#include "UnitTest++/ReportAssert.h"
|
||||
#include "UnitTest++/TestList.h"
|
||||
#include "UnitTest++/TimeHelpers.h"
|
||||
#include "UnitTest++/TimeConstraint.h"
|
||||
#include "UnitTest++/ReportAssertImpl.h"
|
||||
|
||||
using namespace UnitTest;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue