From c68b16643e11518711245f919fc13a3ed4fdff1b Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 7 Apr 2021 23:41:04 -0400 Subject: [PATCH] Rename tests/*_Tests.cpp to tests/*.cpp --- tests/{CVObjectDetection_Tests.cpp => CVObjectDetection.cpp} | 0 tests/{CVStabilizer_Tests.cpp => CVStabilizer.cpp} | 0 tests/{CVTracker_Tests.cpp => CVTracker.cpp} | 0 tests/{Cache_Tests.cpp => Cache.cpp} | 0 tests/{Clip_Tests.cpp => Clip.cpp} | 0 tests/{Color_Tests.cpp => Color.cpp} | 0 tests/{Coordinate_Tests.cpp => Coordinate.cpp} | 0 tests/{DummyReader_Tests.cpp => DummyReader.cpp} | 0 tests/{FFmpegReader_Tests.cpp => FFmpegReader.cpp} | 0 tests/{FFmpegWriter_Tests.cpp => FFmpegWriter.cpp} | 0 tests/{Fraction_Tests.cpp => Fraction.cpp} | 0 tests/{Frame_Tests.cpp => Frame.cpp} | 0 tests/{FrameMapper_Tests.cpp => FrameMapper.cpp} | 0 tests/{ImageWriter_Tests.cpp => ImageWriter.cpp} | 0 tests/{KeyFrame_Tests.cpp => KeyFrame.cpp} | 0 tests/{Point_Tests.cpp => Point.cpp} | 0 tests/{QtImageReader_Tests.cpp => QtImageReader.cpp} | 0 tests/{ReaderBase_Tests.cpp => ReaderBase.cpp} | 0 tests/{Settings_Tests.cpp => Settings.cpp} | 0 tests/{Timeline_Tests.cpp => Timeline.cpp} | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename tests/{CVObjectDetection_Tests.cpp => CVObjectDetection.cpp} (100%) rename tests/{CVStabilizer_Tests.cpp => CVStabilizer.cpp} (100%) rename tests/{CVTracker_Tests.cpp => CVTracker.cpp} (100%) rename tests/{Cache_Tests.cpp => Cache.cpp} (100%) rename tests/{Clip_Tests.cpp => Clip.cpp} (100%) rename tests/{Color_Tests.cpp => Color.cpp} (100%) rename tests/{Coordinate_Tests.cpp => Coordinate.cpp} (100%) rename tests/{DummyReader_Tests.cpp => DummyReader.cpp} (100%) rename tests/{FFmpegReader_Tests.cpp => FFmpegReader.cpp} (100%) rename tests/{FFmpegWriter_Tests.cpp => FFmpegWriter.cpp} (100%) rename tests/{Fraction_Tests.cpp => Fraction.cpp} (100%) rename tests/{Frame_Tests.cpp => Frame.cpp} (100%) rename tests/{FrameMapper_Tests.cpp => FrameMapper.cpp} (100%) rename tests/{ImageWriter_Tests.cpp => ImageWriter.cpp} (100%) rename tests/{KeyFrame_Tests.cpp => KeyFrame.cpp} (100%) rename tests/{Point_Tests.cpp => Point.cpp} (100%) rename tests/{QtImageReader_Tests.cpp => QtImageReader.cpp} (100%) rename tests/{ReaderBase_Tests.cpp => ReaderBase.cpp} (100%) rename tests/{Settings_Tests.cpp => Settings.cpp} (100%) rename tests/{Timeline_Tests.cpp => Timeline.cpp} (100%) diff --git a/tests/CVObjectDetection_Tests.cpp b/tests/CVObjectDetection.cpp similarity index 100% rename from tests/CVObjectDetection_Tests.cpp rename to tests/CVObjectDetection.cpp diff --git a/tests/CVStabilizer_Tests.cpp b/tests/CVStabilizer.cpp similarity index 100% rename from tests/CVStabilizer_Tests.cpp rename to tests/CVStabilizer.cpp diff --git a/tests/CVTracker_Tests.cpp b/tests/CVTracker.cpp similarity index 100% rename from tests/CVTracker_Tests.cpp rename to tests/CVTracker.cpp diff --git a/tests/Cache_Tests.cpp b/tests/Cache.cpp similarity index 100% rename from tests/Cache_Tests.cpp rename to tests/Cache.cpp diff --git a/tests/Clip_Tests.cpp b/tests/Clip.cpp similarity index 100% rename from tests/Clip_Tests.cpp rename to tests/Clip.cpp diff --git a/tests/Color_Tests.cpp b/tests/Color.cpp similarity index 100% rename from tests/Color_Tests.cpp rename to tests/Color.cpp diff --git a/tests/Coordinate_Tests.cpp b/tests/Coordinate.cpp similarity index 100% rename from tests/Coordinate_Tests.cpp rename to tests/Coordinate.cpp diff --git a/tests/DummyReader_Tests.cpp b/tests/DummyReader.cpp similarity index 100% rename from tests/DummyReader_Tests.cpp rename to tests/DummyReader.cpp diff --git a/tests/FFmpegReader_Tests.cpp b/tests/FFmpegReader.cpp similarity index 100% rename from tests/FFmpegReader_Tests.cpp rename to tests/FFmpegReader.cpp diff --git a/tests/FFmpegWriter_Tests.cpp b/tests/FFmpegWriter.cpp similarity index 100% rename from tests/FFmpegWriter_Tests.cpp rename to tests/FFmpegWriter.cpp diff --git a/tests/Fraction_Tests.cpp b/tests/Fraction.cpp similarity index 100% rename from tests/Fraction_Tests.cpp rename to tests/Fraction.cpp diff --git a/tests/Frame_Tests.cpp b/tests/Frame.cpp similarity index 100% rename from tests/Frame_Tests.cpp rename to tests/Frame.cpp diff --git a/tests/FrameMapper_Tests.cpp b/tests/FrameMapper.cpp similarity index 100% rename from tests/FrameMapper_Tests.cpp rename to tests/FrameMapper.cpp diff --git a/tests/ImageWriter_Tests.cpp b/tests/ImageWriter.cpp similarity index 100% rename from tests/ImageWriter_Tests.cpp rename to tests/ImageWriter.cpp diff --git a/tests/KeyFrame_Tests.cpp b/tests/KeyFrame.cpp similarity index 100% rename from tests/KeyFrame_Tests.cpp rename to tests/KeyFrame.cpp diff --git a/tests/Point_Tests.cpp b/tests/Point.cpp similarity index 100% rename from tests/Point_Tests.cpp rename to tests/Point.cpp diff --git a/tests/QtImageReader_Tests.cpp b/tests/QtImageReader.cpp similarity index 100% rename from tests/QtImageReader_Tests.cpp rename to tests/QtImageReader.cpp diff --git a/tests/ReaderBase_Tests.cpp b/tests/ReaderBase.cpp similarity index 100% rename from tests/ReaderBase_Tests.cpp rename to tests/ReaderBase.cpp diff --git a/tests/Settings_Tests.cpp b/tests/Settings.cpp similarity index 100% rename from tests/Settings_Tests.cpp rename to tests/Settings.cpp diff --git a/tests/Timeline_Tests.cpp b/tests/Timeline.cpp similarity index 100% rename from tests/Timeline_Tests.cpp rename to tests/Timeline.cpp