Cosmetic: Commentary spelling corrections by Max Seidenstücker
[ode.git] / tests / main.cpp
blobd4278251f13260e2c8e43d71ae5277c7c0ec3b77
1 // openode_UnitTest++.cpp : Defines the entry point for the console application.
2 //
4 #include <UnitTest++.h>
5 #include <ode/ode.h>
7 int main()
9 dInitODE();
10 int res = UnitTest::RunAllTests();
11 dCloseODE();
12 return res;