summaryrefslogtreecommitdiffstats
path: root/libtdemid/tests
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:34:48 +0900
commit84498d97e27f79e7e919b42bbe54208a02856aaf (patch)
tree8a66f6e1a88bc2304b453796663ae75f20425490 /libtdemid/tests
parent8bc0bc7fc67437fbf757283604104e998ad2fda7 (diff)
downloadtdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.tar.gz
tdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f99f868f09bbffa2e15733b8b7c78eba07a199e)
Diffstat (limited to 'libtdemid/tests')
-rw-r--r--libtdemid/tests/Makefile.am4
-rw-r--r--libtdemid/tests/apitest.cpp (renamed from libtdemid/tests/apitest.cc)0
-rw-r--r--libtdemid/tests/notesoff.cpp (renamed from libtdemid/tests/notesoff.cc)0
3 files changed, 2 insertions, 2 deletions
diff --git a/libtdemid/tests/Makefile.am b/libtdemid/tests/Makefile.am
index a00018c62..d70e61547 100644
--- a/libtdemid/tests/Makefile.am
+++ b/libtdemid/tests/Makefile.am
@@ -6,9 +6,9 @@ noinst_PROGRAMS = ctest apitest notesoff
ctest_SOURCES = ctest.c
ctest_LDADD = ../libtdemid.la
-apitest_SOURCES = apitest.cc
+apitest_SOURCES = apitest.cpp
apitest_LDADD = ../libtdemid.la
-notesoff_SOURCES = notesoff.cc
+notesoff_SOURCES = notesoff.cpp
notesoff_LDADD = ../libtdemid.la
diff --git a/libtdemid/tests/apitest.cc b/libtdemid/tests/apitest.cpp
index 7f370331e..7f370331e 100644
--- a/libtdemid/tests/apitest.cc
+++ b/libtdemid/tests/apitest.cpp
diff --git a/libtdemid/tests/notesoff.cc b/libtdemid/tests/notesoff.cpp
index 15e00bd6c..15e00bd6c 100644
--- a/libtdemid/tests/notesoff.cc
+++ b/libtdemid/tests/notesoff.cpp