From 372a42e84a821e563a79be7c0712456852f6656d Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 23 Jan 2021 20:40:10 +0100 Subject: [PATCH] Renamed test files so that debugger doesn't get confused --- src/tl/unit_tests/{tlAlgorithm.cc => tlAlgorithmTests.cc} | 0 src/tl/unit_tests/{tlClassRegistry.cc => tlClassRegistryTests.cc} | 0 .../{tlCommandLineParser.cc => tlCommandLineParserTests.cc} | 0 src/tl/unit_tests/{tlDataMapping.cc => tlDataMappingTests.cc} | 0 .../{tlDeferredExecution.cc => tlDeferredExecutionTests.cc} | 0 src/tl/unit_tests/{tlDeflate.cc => tlDeflateTests.cc} | 0 src/tl/unit_tests/{tlEvents.cc => tlEventsTests.cc} | 0 src/tl/unit_tests/{tlExpression.cc => tlExpressionTests.cc} | 0 .../{tlFileSystemWatcher.cc => tlFileSystemWatcherTests.cc} | 0 src/tl/unit_tests/{tlFileUtils.cc => tlFileUtilsTests.cc} | 0 src/tl/unit_tests/{tlHttpStream.cc => tlHttpStreamTests.cc} | 0 src/tl/unit_tests/{tlInt128Support.cc => tlInt128SupportTests.cc} | 0 src/tl/unit_tests/{tlIntervalMap.cc => tlIntervalMapTests.cc} | 0 src/tl/unit_tests/{tlIntervalSet.cc => tlIntervalSetTests.cc} | 0 src/tl/unit_tests/{tlKDTree.cc => tlKDTreeTests.cc} | 0 src/tl/unit_tests/{tlLongInt.cc => tlLongIntTests.cc} | 0 src/tl/unit_tests/{tlMath.cc => tlMathTests.cc} | 0 src/tl/unit_tests/{tlObject.cc => tlObjectTests.cc} | 0 src/tl/unit_tests/{tlReuseVector.cc => tlReuseVectorTests.cc} | 0 src/tl/unit_tests/{tlStableVector.cc => tlStableVectorTests.cc} | 0 src/tl/unit_tests/{tlString.cc => tlStringTests.cc} | 0 .../{tlThreadedWorkers.cc => tlThreadedWorkersTests.cc} | 0 src/tl/unit_tests/{tlThreads.cc => tlThreadsTests.cc} | 0 src/tl/unit_tests/{tlUtils.cc => tlUtilsTests.cc} | 0 src/tl/unit_tests/{tlVariant.cc => tlVariantTests.cc} | 0 src/tl/unit_tests/{tlWebDAV.cc => tlWebDAVTests.cc} | 0 src/tl/unit_tests/{tlXMLParser.cc => tlXMLParserTests.cc} | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename src/tl/unit_tests/{tlAlgorithm.cc => tlAlgorithmTests.cc} (100%) rename src/tl/unit_tests/{tlClassRegistry.cc => tlClassRegistryTests.cc} (100%) rename src/tl/unit_tests/{tlCommandLineParser.cc => tlCommandLineParserTests.cc} (100%) rename src/tl/unit_tests/{tlDataMapping.cc => tlDataMappingTests.cc} (100%) rename src/tl/unit_tests/{tlDeferredExecution.cc => tlDeferredExecutionTests.cc} (100%) rename src/tl/unit_tests/{tlDeflate.cc => tlDeflateTests.cc} (100%) rename src/tl/unit_tests/{tlEvents.cc => tlEventsTests.cc} (100%) rename src/tl/unit_tests/{tlExpression.cc => tlExpressionTests.cc} (100%) rename src/tl/unit_tests/{tlFileSystemWatcher.cc => tlFileSystemWatcherTests.cc} (100%) rename src/tl/unit_tests/{tlFileUtils.cc => tlFileUtilsTests.cc} (100%) rename src/tl/unit_tests/{tlHttpStream.cc => tlHttpStreamTests.cc} (100%) rename src/tl/unit_tests/{tlInt128Support.cc => tlInt128SupportTests.cc} (100%) rename src/tl/unit_tests/{tlIntervalMap.cc => tlIntervalMapTests.cc} (100%) rename src/tl/unit_tests/{tlIntervalSet.cc => tlIntervalSetTests.cc} (100%) rename src/tl/unit_tests/{tlKDTree.cc => tlKDTreeTests.cc} (100%) rename src/tl/unit_tests/{tlLongInt.cc => tlLongIntTests.cc} (100%) rename src/tl/unit_tests/{tlMath.cc => tlMathTests.cc} (100%) rename src/tl/unit_tests/{tlObject.cc => tlObjectTests.cc} (100%) rename src/tl/unit_tests/{tlReuseVector.cc => tlReuseVectorTests.cc} (100%) rename src/tl/unit_tests/{tlStableVector.cc => tlStableVectorTests.cc} (100%) rename src/tl/unit_tests/{tlString.cc => tlStringTests.cc} (100%) rename src/tl/unit_tests/{tlThreadedWorkers.cc => tlThreadedWorkersTests.cc} (100%) rename src/tl/unit_tests/{tlThreads.cc => tlThreadsTests.cc} (100%) rename src/tl/unit_tests/{tlUtils.cc => tlUtilsTests.cc} (100%) rename src/tl/unit_tests/{tlVariant.cc => tlVariantTests.cc} (100%) rename src/tl/unit_tests/{tlWebDAV.cc => tlWebDAVTests.cc} (100%) rename src/tl/unit_tests/{tlXMLParser.cc => tlXMLParserTests.cc} (100%) diff --git a/src/tl/unit_tests/tlAlgorithm.cc b/src/tl/unit_tests/tlAlgorithmTests.cc similarity index 100% rename from src/tl/unit_tests/tlAlgorithm.cc rename to src/tl/unit_tests/tlAlgorithmTests.cc diff --git a/src/tl/unit_tests/tlClassRegistry.cc b/src/tl/unit_tests/tlClassRegistryTests.cc similarity index 100% rename from src/tl/unit_tests/tlClassRegistry.cc rename to src/tl/unit_tests/tlClassRegistryTests.cc diff --git a/src/tl/unit_tests/tlCommandLineParser.cc b/src/tl/unit_tests/tlCommandLineParserTests.cc similarity index 100% rename from src/tl/unit_tests/tlCommandLineParser.cc rename to src/tl/unit_tests/tlCommandLineParserTests.cc diff --git a/src/tl/unit_tests/tlDataMapping.cc b/src/tl/unit_tests/tlDataMappingTests.cc similarity index 100% rename from src/tl/unit_tests/tlDataMapping.cc rename to src/tl/unit_tests/tlDataMappingTests.cc diff --git a/src/tl/unit_tests/tlDeferredExecution.cc b/src/tl/unit_tests/tlDeferredExecutionTests.cc similarity index 100% rename from src/tl/unit_tests/tlDeferredExecution.cc rename to src/tl/unit_tests/tlDeferredExecutionTests.cc diff --git a/src/tl/unit_tests/tlDeflate.cc b/src/tl/unit_tests/tlDeflateTests.cc similarity index 100% rename from src/tl/unit_tests/tlDeflate.cc rename to src/tl/unit_tests/tlDeflateTests.cc diff --git a/src/tl/unit_tests/tlEvents.cc b/src/tl/unit_tests/tlEventsTests.cc similarity index 100% rename from src/tl/unit_tests/tlEvents.cc rename to src/tl/unit_tests/tlEventsTests.cc diff --git a/src/tl/unit_tests/tlExpression.cc b/src/tl/unit_tests/tlExpressionTests.cc similarity index 100% rename from src/tl/unit_tests/tlExpression.cc rename to src/tl/unit_tests/tlExpressionTests.cc diff --git a/src/tl/unit_tests/tlFileSystemWatcher.cc b/src/tl/unit_tests/tlFileSystemWatcherTests.cc similarity index 100% rename from src/tl/unit_tests/tlFileSystemWatcher.cc rename to src/tl/unit_tests/tlFileSystemWatcherTests.cc diff --git a/src/tl/unit_tests/tlFileUtils.cc b/src/tl/unit_tests/tlFileUtilsTests.cc similarity index 100% rename from src/tl/unit_tests/tlFileUtils.cc rename to src/tl/unit_tests/tlFileUtilsTests.cc diff --git a/src/tl/unit_tests/tlHttpStream.cc b/src/tl/unit_tests/tlHttpStreamTests.cc similarity index 100% rename from src/tl/unit_tests/tlHttpStream.cc rename to src/tl/unit_tests/tlHttpStreamTests.cc diff --git a/src/tl/unit_tests/tlInt128Support.cc b/src/tl/unit_tests/tlInt128SupportTests.cc similarity index 100% rename from src/tl/unit_tests/tlInt128Support.cc rename to src/tl/unit_tests/tlInt128SupportTests.cc diff --git a/src/tl/unit_tests/tlIntervalMap.cc b/src/tl/unit_tests/tlIntervalMapTests.cc similarity index 100% rename from src/tl/unit_tests/tlIntervalMap.cc rename to src/tl/unit_tests/tlIntervalMapTests.cc diff --git a/src/tl/unit_tests/tlIntervalSet.cc b/src/tl/unit_tests/tlIntervalSetTests.cc similarity index 100% rename from src/tl/unit_tests/tlIntervalSet.cc rename to src/tl/unit_tests/tlIntervalSetTests.cc diff --git a/src/tl/unit_tests/tlKDTree.cc b/src/tl/unit_tests/tlKDTreeTests.cc similarity index 100% rename from src/tl/unit_tests/tlKDTree.cc rename to src/tl/unit_tests/tlKDTreeTests.cc diff --git a/src/tl/unit_tests/tlLongInt.cc b/src/tl/unit_tests/tlLongIntTests.cc similarity index 100% rename from src/tl/unit_tests/tlLongInt.cc rename to src/tl/unit_tests/tlLongIntTests.cc diff --git a/src/tl/unit_tests/tlMath.cc b/src/tl/unit_tests/tlMathTests.cc similarity index 100% rename from src/tl/unit_tests/tlMath.cc rename to src/tl/unit_tests/tlMathTests.cc diff --git a/src/tl/unit_tests/tlObject.cc b/src/tl/unit_tests/tlObjectTests.cc similarity index 100% rename from src/tl/unit_tests/tlObject.cc rename to src/tl/unit_tests/tlObjectTests.cc diff --git a/src/tl/unit_tests/tlReuseVector.cc b/src/tl/unit_tests/tlReuseVectorTests.cc similarity index 100% rename from src/tl/unit_tests/tlReuseVector.cc rename to src/tl/unit_tests/tlReuseVectorTests.cc diff --git a/src/tl/unit_tests/tlStableVector.cc b/src/tl/unit_tests/tlStableVectorTests.cc similarity index 100% rename from src/tl/unit_tests/tlStableVector.cc rename to src/tl/unit_tests/tlStableVectorTests.cc diff --git a/src/tl/unit_tests/tlString.cc b/src/tl/unit_tests/tlStringTests.cc similarity index 100% rename from src/tl/unit_tests/tlString.cc rename to src/tl/unit_tests/tlStringTests.cc diff --git a/src/tl/unit_tests/tlThreadedWorkers.cc b/src/tl/unit_tests/tlThreadedWorkersTests.cc similarity index 100% rename from src/tl/unit_tests/tlThreadedWorkers.cc rename to src/tl/unit_tests/tlThreadedWorkersTests.cc diff --git a/src/tl/unit_tests/tlThreads.cc b/src/tl/unit_tests/tlThreadsTests.cc similarity index 100% rename from src/tl/unit_tests/tlThreads.cc rename to src/tl/unit_tests/tlThreadsTests.cc diff --git a/src/tl/unit_tests/tlUtils.cc b/src/tl/unit_tests/tlUtilsTests.cc similarity index 100% rename from src/tl/unit_tests/tlUtils.cc rename to src/tl/unit_tests/tlUtilsTests.cc diff --git a/src/tl/unit_tests/tlVariant.cc b/src/tl/unit_tests/tlVariantTests.cc similarity index 100% rename from src/tl/unit_tests/tlVariant.cc rename to src/tl/unit_tests/tlVariantTests.cc diff --git a/src/tl/unit_tests/tlWebDAV.cc b/src/tl/unit_tests/tlWebDAVTests.cc similarity index 100% rename from src/tl/unit_tests/tlWebDAV.cc rename to src/tl/unit_tests/tlWebDAVTests.cc diff --git a/src/tl/unit_tests/tlXMLParser.cc b/src/tl/unit_tests/tlXMLParserTests.cc similarity index 100% rename from src/tl/unit_tests/tlXMLParser.cc rename to src/tl/unit_tests/tlXMLParserTests.cc