/
BirdLeon
/
ROBLOX2016
ОбзорДокументацияВойти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
ROBLOX2016/
Base.UnitTest.Lib/
..
Base.UnitTest.Lib.xcodeproj

full source code

2 года назад
include

full source code

2 года назад
Base.UnitTest.Lib.cpp

full source code

2 года назад
Base.UnitTest.Lib.vcxproj

full source code

2 года назад
Base.UnitTest.Lib.vcxproj.filters

full source code

2 года назад
teamcity_README.txt

full source code

2 года назад
teamcity_boost.cpp

full source code

2 года назад
teamcity_messages.cpp

full source code

2 года назад
teamcity_README.txt
Boost listener for TeamCity
---------------------------
 
To report your tests result to TeamCity server
just include teamcity_messages.* teamcity_boost.cpp
to your project.
 
That code will register global fixture
( http://www.boost.org/doc/libs/1_38_0/libs/test/doc/html/utf/user-guide/fixture/global.html )
to replace output formatter if run under TeamCity.
 
If you have tests with test parameters,
look at http://jetbrains.net/tracker/issue/TW-7043 for quick solution.
 
Technical details
-----------------
 
Reporting implemented as writing TeamCity service messages to stdout.
 
See
http://www.jetbrains.net/confluence/display/TCD3/Build+Script+Interaction+with+TeamCity
for more details.
 
Contact information
-------------------
 
See http://www.jetbrains.com/support/teamcity
 
License
-------
 
Apache, version 2.0
http://www.apache.org/licenses/LICENSE-2.0