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
added a -texturepath option to drawstuff
[ode.git]
/
tests
/
main.cpp
blob
08a6257465a8a473258bb5ee7463f8c4d9d3dabc
1
// openode_UnitTest++.cpp : Defines the entry point for the console application.
2
//
3
4
#include <UnitTest++.h>
5
6
int
main
()
7
{
8
return
UnitTest
::
RunAllTests
();
9
}