ultimatepp/bazaar/GtestExample/GtestExample.upp
klugier eee1bd4e46 Bazzar: Google test example packages naming simplification.
git-svn-id: svn://ultimatepp.org/upp/trunk@14993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-06 11:32: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
Init readonly separator,
main.cpp,
Tests readonly separator,
StringTest.cpp,
StringTest.h;
mainconfig
"" = "";