mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 15:52:41 -06:00
.bazzar Added Google Test to bazzar with appropriate example
git-svn-id: svn://ultimatepp.org/upp/trunk@9401 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9864ee317c
commit
b0555fb43b
41 changed files with 31827 additions and 0 deletions
16
bazaar/GoogleTestExample/GoogleTestExample.upp
Normal file
16
bazaar/GoogleTestExample/GoogleTestExample.upp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue