summaryrefslogtreecommitdiffstats
path: root/lilo-config/common/tests
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-10 13:17:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-10 13:17:13 +0900
commitdfdb36548af310c02f7e5765cb84fa6561ffdd43 (patch)
treee039301a9536e065f1ec016e523601ca4128ec2e /lilo-config/common/tests
parent8dabfd472020a13c811511e8e3ebb98be3441e17 (diff)
downloadtdeadmin-dfdb36548af310c02f7e5765cb84fa6561ffdd43.tar.gz
tdeadmin-dfdb36548af310c02f7e5765cb84fa6561ffdd43.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lilo-config/common/tests')
-rw-r--r--lilo-config/common/tests/Makefile.am2
-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