summaryrefslogtreecommitdiffstats
path: root/tests/README.test
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 19:28:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 19:28:06 +0900
commit00d4f92b717fbcbed6f9eee361975d6ee5380d59 (patch)
tree043b5970d66e539e1fbf6dde03440d6569e34c4e /tests/README.test
parent2f53bfe61c8ee78ff36ac6c66ae714b01e407b33 (diff)
downloadarts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.tar.gz
arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tests/README.test')
-rw-r--r--tests/README.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README.test b/tests/README.test
index d605c21..f4fcb34 100644
--- a/tests/README.test
+++ b/tests/README.test
@@ -23,7 +23,7 @@ likely at least.
How to add a new set of tests:
==============================
-1. create a new .cc file, for this example we'll suppose testarithmetic.cc
+1. create a new .cpp file, for this example we'll suppose testarithmetic.cpp
2. #include "test.h"
3. create a struct which will hold all your tests
@@ -67,6 +67,6 @@ TESTMAIN(TestArithmetic);
7. add the following to the Makefile.am (you may want to add more source files,
as required)
-testarithmetic_SOURCES = testarithmetic.cc
+testarithmetic_SOURCES = testarithmetic.cpp
8. add it to check_PROGRAMS