From c5fc66ee58f2c60f2d226868bb1cf5b91badaf53 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 1 Oct 2022 20:59:36 -0500 Subject: add ode --- libs/ode-0.16.1/tests/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libs/ode-0.16.1/tests/main.cpp (limited to 'libs/ode-0.16.1/tests/main.cpp') diff --git a/libs/ode-0.16.1/tests/main.cpp b/libs/ode-0.16.1/tests/main.cpp new file mode 100644 index 0000000..d427825 --- /dev/null +++ b/libs/ode-0.16.1/tests/main.cpp @@ -0,0 +1,13 @@ +// openode_UnitTest++.cpp : Defines the entry point for the console application. +// + +#include +#include + +int main() +{ + dInitODE(); + int res = UnitTest::RunAllTests(); + dCloseODE(); + return res; +} -- cgit v1.2.1