mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
17 lines
220 B
Text
17 lines
220 B
Text
description "Example of usage Google Test\377";
|
|
|
|
uses
|
|
plugin/gtest,
|
|
Core;
|
|
|
|
file
|
|
Tests readonly separator,
|
|
StringTest.h,
|
|
StringTest.cpp,
|
|
Init readonly separator,
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "USEMALLOC",
|
|
"" = "";
|
|
|