summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/unittest-cpp/tests/Main.cpp
blob: ae9cc5494a1737f16cd8b51a349e98297614c5bb (plain) (blame)
1
2
3
4
5
6
#include "UnitTest++/UnitTestPP.h"

int main(int, char const *[])
{
    return UnitTest::RunAllTests();
}