mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
13 lines
263 B
C++
13 lines
263 B
C++
#include <catch2/catch.hpp>
|
|
|
|
#include "Parsing/Commands/Impl/CommandsLexer.h"
|
|
#include "Parsing/Mock/MockParserLineStream.h"
|
|
|
|
namespace test::parsing::commands::impl::commands_lexer
|
|
{
|
|
TEST_CASE("CommandsLexer: ", "[parsing][commands]")
|
|
{
|
|
|
|
}
|
|
}
|