ultimatepp/bazaar/GoogleTestExample/GoogleTestExample.upp
klugier 6465051be4 .bazaar remove USEMALLOCK flag from GoogleTestExample
git-svn-id: svn://ultimatepp.org/upp/trunk@9433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-24 12:23:01 +00:00

16 lines
232 B
Text

description "Unit test package that shows how Google Test works with U++\377";
uses
plugin/gtest,
Core;
file
Tests readonly separator,
StringTest.h,
StringTest.cpp,
Init readonly separator,
main.cpp;
mainconfig
"" = "";