diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:49 +0900 |
| commit | 247750abcbf6760bbc52aa5d64fc375d6fbee8a3 (patch) | |
| tree | 86e029a960ddd599edbeee8dddf70e87ee314e23 /tests/README.test | |
| parent | 595ad58e25c5d0f0c512194f66708f99e5bc1527 (diff) | |
| download | arts-247750ab.tar.gz arts-247750ab.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 00d4f92b717fbcbed6f9eee361975d6ee5380d59)
Diffstat (limited to 'tests/README.test')
| -rw-r--r-- | tests/README.test | 4 |
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 |
