aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/active_test.cpp3
-rw-r--r--tests/matrix_test.cpp3
-rw-r--r--tests/particlebody_test.cpp3
-rw-r--r--tests/struct_test.cpp3
-rw-r--r--tests/testshared.h1
-rw-r--r--tests/vector3_test.cpp3
-rw-r--r--tests/vector4_test.cpp3
7 files changed, 13 insertions, 6 deletions
diff --git a/tests/active_test.cpp b/tests/active_test.cpp
index d907a1cc..5b6a24c9 100644
--- a/tests/active_test.cpp
+++ b/tests/active_test.cpp
@@ -1,5 +1,6 @@
/** ---------------------------------------------------------------------------
- * @file: test.cpp
+ * -*- c++ -*-
+ * @file: active_test.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/tests/matrix_test.cpp b/tests/matrix_test.cpp
index 022775af..4de75994 100644
--- a/tests/matrix_test.cpp
+++ b/tests/matrix_test.cpp
@@ -1,5 +1,6 @@
/** ---------------------------------------------------------------------------
- * @file: test.cpp
+ * -*- c++ -*-
+ * @file: matrix_test.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/tests/particlebody_test.cpp b/tests/particlebody_test.cpp
index 5716d3ac..dea96d7d 100644
--- a/tests/particlebody_test.cpp
+++ b/tests/particlebody_test.cpp
@@ -1,5 +1,6 @@
/** ---------------------------------------------------------------------------
- * @file: test.cpp
+ * -*- c++ -*-
+ * @file: particlebody_test.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/tests/struct_test.cpp b/tests/struct_test.cpp
index 0288f06b..3fcc69c4 100644
--- a/tests/struct_test.cpp
+++ b/tests/struct_test.cpp
@@ -1,5 +1,6 @@
/** ---------------------------------------------------------------------------
- * @file: test.cpp
+ * -*- c++ -*-
+ * @file: struct_test.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/tests/testshared.h b/tests/testshared.h
index e2d4a8d4..1af950a5 100644
--- a/tests/testshared.h
+++ b/tests/testshared.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: testshared.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/tests/vector3_test.cpp b/tests/vector3_test.cpp
index 2e4ba18b..40d9fd51 100644
--- a/tests/vector3_test.cpp
+++ b/tests/vector3_test.cpp
@@ -1,5 +1,6 @@
/** ---------------------------------------------------------------------------
- * @file: test.cpp
+ * -*- c++ -*-
+ * @file: vector3_test.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/tests/vector4_test.cpp b/tests/vector4_test.cpp
index 3705e86f..bbddf112 100644
--- a/tests/vector4_test.cpp
+++ b/tests/vector4_test.cpp
@@ -1,5 +1,6 @@
/** ---------------------------------------------------------------------------
- * @file: test.cpp
+ * -*- c++ -*-
+ * @file: vector4_test.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.