ultimatepp/bazaar/GoogleTestExample/GoogleTestExample.upp
klugier 8d56e81392 .bazaar fixed plugin/gtest memory leaks on MS Windows
git-svn-id: svn://ultimatepp.org/upp/trunk@9430 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-23 18:17:59 +00:00

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",
"" = "";