aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:38:14 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:38:14 +0100
commit325d8c2348b5cabe32d1e90ce28a049f278e3f8c (patch)
treed90a4f188a7489f46b9835eae007c9b45f6627c2 /test
parentdaa032e2f6c86da16902f654055d8b040d7670bb (diff)
downloadYAGE-325d8c2348b5cabe32d1e90ce28a049f278e3f8c.tar.gz
YAGE-325d8c2348b5cabe32d1e90ce28a049f278e3f8c.zip
Added test bench
Diffstat (limited to 'test')
-rw-r--r--test/rigid_body_test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rigid_body_test.cpp b/test/rigid_body_test.cpp
new file mode 100644
index 00000000..b0b1d1d6
--- /dev/null
+++ b/test/rigid_body_test.cpp
@@ -0,0 +1,6 @@
+#include "Physics/rigidbody.hpp"
+
+int main(int, char**)
+{
+
+}