Started implementing parser tests
This commit is contained in:
10
tests/src/ParserTests.cpp
Normal file
10
tests/src/ParserTests.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
// The tests for the parser //
|
||||
namespace PashaBibko::LXC::Parser
|
||||
{
|
||||
TEST(ParserTests, ARE_PARSER_TESTS_COMPILING)
|
||||
{
|
||||
EXPECT_TRUE(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user