Mercurial > fife-parpg
view ext/UnitTest++/src/tests/Main.cpp @ 377:fe6fb0e0ed23
Adding freebsd8 build support. Thanks to varnie.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 09 Dec 2009 17:01:52 +0000 |
parents | 0d325e9d5953 |
children |
line wrap: on
line source
#include "../UnitTest++.h" #include "../TestReporterStdout.h" int main(int, char const *[]) { return UnitTest::RunAllTests(); }