diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:23:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:34:48 +0900 |
commit | 84498d97e27f79e7e919b42bbe54208a02856aaf (patch) | |
tree | 8a66f6e1a88bc2304b453796663ae75f20425490 /libtdemid/tests | |
parent | 8bc0bc7fc67437fbf757283604104e998ad2fda7 (diff) | |
download | tdelibs-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.am | 4 | ||||
-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 |