mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Common: Add UnitTest.h
This commit is contained in:
@ -17,9 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "ConfigParser.h"
|
||||
#include <CppUnitTest.h>
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
#include "../Common/UnitTest.h"
|
||||
|
||||
TEST_CLASS(Library_ConfigParser_Test)
|
||||
{
|
||||
|
@ -17,9 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "SkinRegistry.h"
|
||||
#include <CppUnitTest.h>
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
#include "../Common/UnitTest.h"
|
||||
|
||||
TEST_CLASS(Library_SkinRegistry_Test)
|
||||
{
|
||||
|
Reference in New Issue
Block a user