aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:40:37 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:40:37 +0100
commita8bf22bf263762c56546751fcfcae181d574582a (patch)
tree3ee8ff5b2663c8cc4367c5778ae030689458f3d3
parent325d8c2348b5cabe32d1e90ce28a049f278e3f8c (diff)
downloadYAGE-a8bf22bf263762c56546751fcfcae181d574582a.tar.gz
YAGE-a8bf22bf263762c56546751fcfcae181d574582a.zip
Added test bench
-rw-r--r--.gitignore3
-rw-r--r--CTestTestfile.cmake7
-rw-r--r--Testing/Temporary/CTestCostData.txt3
-rw-r--r--Testing/Temporary/LastTest.log18
-rw-r--r--Testing/Temporary/LastTestsFailed.log1
5 files changed, 2 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore
index 93e44ac4..b0c9aa66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,15 +2,16 @@
bin/
build/
CMakeFiles/
+Testing/
# extensions to ignore
*.o
*.out
*.a
+*.cmake
# general files to ignore
CMakeCache.txt
-cmake_install.cmake
Makefile
# specific directories to ignore
diff --git a/CTestTestfile.cmake b/CTestTestfile.cmake
deleted file mode 100644
index 100d5804..00000000
--- a/CTestTestfile.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /home/yannherklotz/Github/Arider/YAGE
-# Build directory: /home/yannherklotz/Github/Arider/YAGE
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
-add_test(RigidBodyTest "/home/yannherklotz/Github/Arider/YAGE/bin/rigid_body_test")
diff --git a/Testing/Temporary/CTestCostData.txt b/Testing/Temporary/CTestCostData.txt
deleted file mode 100644
index d0c83f0a..00000000
--- a/Testing/Temporary/CTestCostData.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-RigidBodyTest 0 0
----
-RigidBodyTest
diff --git a/Testing/Temporary/LastTest.log b/Testing/Temporary/LastTest.log
deleted file mode 100644
index ea8c5964..00000000
--- a/Testing/Temporary/LastTest.log
+++ /dev/null
@@ -1,18 +0,0 @@
-Start testing: Apr 15 14:01 BST
-----------------------------------------------------------
-1/1 Testing: RigidBodyTest
-1/1 Test: RigidBodyTest
-Command: "/home/yannherklotz/Github/Arider/YAGE/bin/rigid_body_test"
-Directory: /home/yannherklotz/Github/Arider/YAGE
-"RigidBodyTest" start time: Apr 15 14:01 BST
-Output:
-----------------------------------------------------------
-<end of output>
-Test time = 0.00 sec
-----------------------------------------------------------
-Test Failed.
-"RigidBodyTest" end time: Apr 15 14:01 BST
-"RigidBodyTest" time elapsed: 00:00:00
-----------------------------------------------------------
-
-End testing: Apr 15 14:01 BST
diff --git a/Testing/Temporary/LastTestsFailed.log b/Testing/Temporary/LastTestsFailed.log
deleted file mode 100644
index 4d8050f9..00000000
--- a/Testing/Temporary/LastTestsFailed.log
+++ /dev/null
@@ -1 +0,0 @@
-1:RigidBodyTest