diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-10 13:17:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-10 13:32:38 +0900 |
| commit | 9a3dcd5ccf5fcd3fef82ff1a438bad026361b138 (patch) | |
| tree | 1ca61c49746424f2618b7d31713b55c1b59df046 /lilo-config/common/tests | |
| parent | e515279c8c90a517b891d2d29b4a2433e687eeb8 (diff) | |
| download | tdeadmin-9a3dcd5c.tar.gz tdeadmin-9a3dcd5c.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dfdb36548af310c02f7e5765cb84fa6561ffdd43)
Diffstat (limited to 'lilo-config/common/tests')
| -rw-r--r-- | lilo-config/common/tests/Makefile.am | 2 | ||||
| -rw-r--r-- | lilo-config/common/tests/String.cpp (renamed from lilo-config/common/tests/String.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/common/tests/Makefile.am b/lilo-config/common/tests/Makefile.am index 8059a44..2fd3288 100644 --- a/lilo-config/common/tests/Makefile.am +++ b/lilo-config/common/tests/Makefile.am @@ -3,7 +3,7 @@ noinst_PROGRAMS = String INCLUDES = -I.. $(all_includes) String_SOURCES = \ - String.cc + String.cpp messages: diff --git a/lilo-config/common/tests/String.cc b/lilo-config/common/tests/String.cpp index 7b0b60e..7b0b60e 100644 --- a/lilo-config/common/tests/String.cc +++ b/lilo-config/common/tests/String.cpp |
