Common: Add UnitTest.h

This commit is contained in:
Birunthan Mohanathas
2013-08-11 14:29:07 +03:00
parent 0afbdac9fe
commit 79b9af3320
8 changed files with 8 additions and 18 deletions

View File

@ -18,11 +18,9 @@
#include "Canvas.h"
#include "TextFormatD2D.h"
#include <CppUnitTest.h>
#include "../UnitTest.h"
#include <memory>
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace Gfx {
TEST_CLASS(Common_Gfx_TextFormatD2D_Test)