From 70bddf12f5f92a71022c049fb6b8f4f8672af974 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 2 Sep 2015 13:49:59 +0200 Subject: Added GoogleTest and convert tests to us it (nw) --- 3rdparty/unittest-cpp/UnitTest++/CurrentTest.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 3rdparty/unittest-cpp/UnitTest++/CurrentTest.h (limited to '3rdparty/unittest-cpp/UnitTest++/CurrentTest.h') diff --git a/3rdparty/unittest-cpp/UnitTest++/CurrentTest.h b/3rdparty/unittest-cpp/UnitTest++/CurrentTest.h deleted file mode 100644 index 642b9dce010..00000000000 --- a/3rdparty/unittest-cpp/UnitTest++/CurrentTest.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef UNITTEST_CURRENTTESTRESULTS_H -#define UNITTEST_CURRENTTESTRESULTS_H - -#include "HelperMacros.h" - -namespace UnitTest { - -class TestResults; -class TestDetails; - -namespace CurrentTest -{ - UNITTEST_LINKAGE TestResults*& Results(); - UNITTEST_LINKAGE const TestDetails*& Details(); -} - -} - -#endif -- cgit v1.2.3