Skip to content

Commit 6712ae1

Browse files
committed
r6 | charles.nicholson | 2010-03-15 19:03:04 -0500 (Mon, 15 Mar 2010) | 1 line
pull in less win32 stuff in timehelpers, strip down top-level unittestpp.h
1 parent 23c7368 commit 6712ae1

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

src/TestMacros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define UNITTEST_TESTMACROS_H
33

44
#include "Config.h"
5+
#include "TestSuite.h"
56
#include "ExceptionMacros.h"
67
#include "ExecuteTest.h"
78
#include "AssertException.h"

src/Win32/TimeHelpers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include "TimeHelpers.h"
2+
3+
#define WIN32_LEAN_AND_MEAN
24
#include <windows.h>
35

46
namespace UnitTest {

src/unittestpp.h

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
#ifndef UNITTESTCPP_H
2-
#define UNITTESTCPP_H
3-
4-
//lint -esym(1509,*Fixture)
1+
#ifndef UNITTESTPP_H
2+
#define UNITTESTPP_H
53

64
#include "Config.h"
7-
#include "Test.h"
8-
#include "TestList.h"
9-
#include "TestSuite.h"
10-
#include "TestResults.h"
11-
125
#include "TestMacros.h"
13-
146
#include "CheckMacros.h"
157
#include "TestRunner.h"
168
#include "TimeConstraint.h"

0 commit comments

Comments
 (0)