Add Header Lexer for ZCG cpp

This commit is contained in:
Jan
2021-02-12 00:01:41 +01:00
parent 8b8f1d4f2a
commit 87b7921c73
20 changed files with 1386 additions and 59 deletions

View File

@ -0,0 +1,12 @@
#include <catch2/catch.hpp>
#include "Parsing/Commands/Impl/CommandsLexer.h"
#include "Parsing/Mock/MockParserLineStream.h"
namespace test::parsing::commands
{
TEST_CASE("CommandsLexer: ", "[parsing][commands]")
{
}
}