view ext/UnitTest++/src/tests/Main.cpp @ 206:6214a0b91eb2

Fix: pychan/compat.py should not depend on pythonize.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 14 Mar 2009 12:32:11 +0000
parents 0d325e9d5953
children
line wrap: on
line source

#include "../UnitTest++.h"
#include "../TestReporterStdout.h"


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