From cdf7ec3c2db385f2beb6e564220e9ade7dec8fba Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Jun 2018 16:10:02 +0100 Subject: Adding modeline --- tests/active_test.cpp | 3 ++- tests/matrix_test.cpp | 3 ++- tests/particlebody_test.cpp | 3 ++- tests/struct_test.cpp | 3 ++- tests/testshared.h | 1 + tests/vector3_test.cpp | 3 ++- tests/vector4_test.cpp | 3 ++- 7 files changed, 13 insertions(+), 6 deletions(-) (limited to 'tests') 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 * 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 * 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 * 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 * 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 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 * 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 * MIT License, see LICENSE file for more details. -- cgit