From 887d14df54bdffb440ff76a706ebe06007f081ec Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 25 Nov 2021 15:17:30 +0100 Subject: [PATCH] Move generic parser unit tests from zonecodegenerator to parsertests --- .../Parsing/Impl/CommentRemovingStreamProxyTests.cpp | 0 .../Parsing/Impl/DefinesStreamProxyTests.cpp | 0 .../Parsing/Impl/IncludingStreamProxyTests.cpp | 0 .../Parsing/Impl/PackDefinitionStreamProxyTests.cpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/{ZoneCodeGeneratorLibTests => ParserTests}/Parsing/Impl/CommentRemovingStreamProxyTests.cpp (100%) rename test/{ZoneCodeGeneratorLibTests => ParserTests}/Parsing/Impl/DefinesStreamProxyTests.cpp (100%) rename test/{ZoneCodeGeneratorLibTests => ParserTests}/Parsing/Impl/IncludingStreamProxyTests.cpp (100%) rename test/{ZoneCodeGeneratorLibTests => ParserTests}/Parsing/Impl/PackDefinitionStreamProxyTests.cpp (100%) diff --git a/test/ZoneCodeGeneratorLibTests/Parsing/Impl/CommentRemovingStreamProxyTests.cpp b/test/ParserTests/Parsing/Impl/CommentRemovingStreamProxyTests.cpp similarity index 100% rename from test/ZoneCodeGeneratorLibTests/Parsing/Impl/CommentRemovingStreamProxyTests.cpp rename to test/ParserTests/Parsing/Impl/CommentRemovingStreamProxyTests.cpp diff --git a/test/ZoneCodeGeneratorLibTests/Parsing/Impl/DefinesStreamProxyTests.cpp b/test/ParserTests/Parsing/Impl/DefinesStreamProxyTests.cpp similarity index 100% rename from test/ZoneCodeGeneratorLibTests/Parsing/Impl/DefinesStreamProxyTests.cpp rename to test/ParserTests/Parsing/Impl/DefinesStreamProxyTests.cpp diff --git a/test/ZoneCodeGeneratorLibTests/Parsing/Impl/IncludingStreamProxyTests.cpp b/test/ParserTests/Parsing/Impl/IncludingStreamProxyTests.cpp similarity index 100% rename from test/ZoneCodeGeneratorLibTests/Parsing/Impl/IncludingStreamProxyTests.cpp rename to test/ParserTests/Parsing/Impl/IncludingStreamProxyTests.cpp diff --git a/test/ZoneCodeGeneratorLibTests/Parsing/Impl/PackDefinitionStreamProxyTests.cpp b/test/ParserTests/Parsing/Impl/PackDefinitionStreamProxyTests.cpp similarity index 100% rename from test/ZoneCodeGeneratorLibTests/Parsing/Impl/PackDefinitionStreamProxyTests.cpp rename to test/ParserTests/Parsing/Impl/PackDefinitionStreamProxyTests.cpp