diff options
author | Michele Calgaro <[email protected]> | 2020-12-06 19:28:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-06 19:28:49 +0900 |
commit | 247750abcbf6760bbc52aa5d64fc375d6fbee8a3 (patch) | |
tree | 86e029a960ddd599edbeee8dddf70e87ee314e23 /tests | |
parent | 595ad58e25c5d0f0c512194f66708f99e5bc1527 (diff) | |
download | arts-247750abcbf6760bbc52aa5d64fc375d6fbee8a3.tar.gz arts-247750abcbf6760bbc52aa5d64fc375d6fbee8a3.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 00d4f92b717fbcbed6f9eee361975d6ee5380d59)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.test | 4 | ||||
-rw-r--r-- | tests/testanyref.cpp (renamed from tests/testanyref.cc) | 0 | ||||
-rw-r--r-- | tests/testbuffer.cpp (renamed from tests/testbuffer.cc) | 0 | ||||
-rw-r--r-- | tests/testchangenotify.cpp (renamed from tests/testchangenotify.cc) | 0 | ||||
-rw-r--r-- | tests/testdispatcher.cpp (renamed from tests/testdispatcher.cc) | 0 | ||||
-rw-r--r-- | tests/testflowsystem.cpp (renamed from tests/testflowsystem.cc) | 0 | ||||
-rw-r--r-- | tests/testifacerepo.cpp (renamed from tests/testifacerepo.cc) | 0 | ||||
-rw-r--r-- | tests/testnotification.cpp (renamed from tests/testnotification.cc) | 0 | ||||
-rw-r--r-- | tests/testremote.cpp (renamed from tests/testremote.cc) | 0 | ||||
-rw-r--r-- | tests/testwrapper.cpp (renamed from tests/testwrapper.cc) | 0 | ||||
-rw-r--r-- | tests/value_impl.cpp (renamed from tests/value_impl.cc) | 0 |
11 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 diff --git a/tests/testanyref.cc b/tests/testanyref.cpp index 861291b..861291b 100644 --- a/tests/testanyref.cc +++ b/tests/testanyref.cpp diff --git a/tests/testbuffer.cc b/tests/testbuffer.cpp index e469710..e469710 100644 --- a/tests/testbuffer.cc +++ b/tests/testbuffer.cpp diff --git a/tests/testchangenotify.cc b/tests/testchangenotify.cpp index 0447e7c..0447e7c 100644 --- a/tests/testchangenotify.cc +++ b/tests/testchangenotify.cpp diff --git a/tests/testdispatcher.cc b/tests/testdispatcher.cpp index 41808ed..41808ed 100644 --- a/tests/testdispatcher.cc +++ b/tests/testdispatcher.cpp diff --git a/tests/testflowsystem.cc b/tests/testflowsystem.cpp index 392a844..392a844 100644 --- a/tests/testflowsystem.cc +++ b/tests/testflowsystem.cpp diff --git a/tests/testifacerepo.cc b/tests/testifacerepo.cpp index a5c5962..a5c5962 100644 --- a/tests/testifacerepo.cc +++ b/tests/testifacerepo.cpp diff --git a/tests/testnotification.cc b/tests/testnotification.cpp index 1f7a026..1f7a026 100644 --- a/tests/testnotification.cc +++ b/tests/testnotification.cpp diff --git a/tests/testremote.cc b/tests/testremote.cpp index 85bdfb2..85bdfb2 100644 --- a/tests/testremote.cc +++ b/tests/testremote.cpp diff --git a/tests/testwrapper.cc b/tests/testwrapper.cpp index 9be8c35..9be8c35 100644 --- a/tests/testwrapper.cc +++ b/tests/testwrapper.cpp diff --git a/tests/value_impl.cc b/tests/value_impl.cpp index 9f9f83c..9f9f83c 100644 --- a/tests/value_impl.cc +++ b/tests/value_impl.cpp |