mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
commit
d2b54f7989
2872 changed files with 670392 additions and 0 deletions
9
bazaar/UnitTestTest/UnitTestTest.cpp
Normal file
9
bazaar/UnitTestTest/UnitTestTest.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <Core/Core.h>
|
||||
#include <UnitTest++/UnitTest++.h>
|
||||
#include <UnitTest++/TestReporterStdout.h>
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
UPP::SetExitCode( UnitTest::RunAllTests() );
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue