Skip to content
Snippets Groups Projects
Commit ae712a59 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

gtest_schema only schema and test folders

parent 65853b54
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
...@@ -29,7 +29,7 @@ std::string wolf_root = _WOLF_ROOT_DIR; ...@@ -29,7 +29,7 @@ std::string wolf_root = _WOLF_ROOT_DIR;
TEST(Schema, validate_all_schemas) TEST(Schema, validate_all_schemas)
{ {
ASSERT_TRUE(validateAllSchemas({wolf_root})); ASSERT_TRUE(validateAllSchemas({wolf_root + "/schema", wolf_root + "/test"}));
} }
int main(int argc, char **argv) int main(int argc, char **argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment