mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 16:45:44 +00:00
14 lines
325 B
C++
14 lines
325 B
C++
#include <catch2/catch_test_macros.hpp>
|
|
#include <catch2/generators/catch_generators.hpp>
|
|
|
|
#include "Parsing/Commands/Impl/CommandsLexer.h"
|
|
#include "Parsing/Mock/MockParserLineStream.h"
|
|
|
|
namespace test::parsing::commands::impl::commands_lexer
|
|
{
|
|
TEST_CASE("CommandsLexer: ", "[parsing][commands]")
|
|
{
|
|
|
|
}
|
|
}
|