repo.or.cz
/
ode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed: Autotools build scripts, when configured for libccd use, will now assign...
[ode.git]
/
tests
/
main.cpp
blob
d4278251f13260e2c8e43d71ae5277c7c0ec3b77
1
// openode_UnitTest++.cpp : Defines the entry point for the console application.
2
//
3
4
#include <UnitTest++.h>
5
#include <ode/ode.h>
6
7
int
main
()
8
{
9
dInitODE
();
10
int
res
=
UnitTest
::
RunAllTests
();
11
dCloseODE
();
12
return
res
;
13
}