mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
16 lines
232 B
Text
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
|
|
"" = "";
|
|
|