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:24:20 +0900 |
commit | 4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch) | |
tree | 3fb0957e93160f69f55942fff50a2ad496bf4f4c /libtdemid/tests | |
parent | 19f44e5ff3756172540e768fc0d08d761f0c374e (diff) | |
download | tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |