CloverBootloader/rEFIt_UEFI/cpp_unit_test/global_test.cpp

12 lines
321 B
C++
Raw Normal View History

2020-08-17 21:40:52 +02:00
#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
#include "global_test.h"
2020-03-12 15:40:38 +01:00
#include "../cpp_foundation/XString.h"
2020-03-12 15:40:38 +01:00
XStringTest global_str1("global_str1");
XStringTest global_str2("global_str2");
XStringWTest global_str3(L"global_str3");
XStringWTest global_str4(L"global_str4");