Implemented computation of derived requirements.

This commit is contained in:
2016-05-30 15:44:13 +02:00
parent 5c37026ec7
commit d26ff2df77
8 changed files with 131 additions and 8 deletions

View File

@@ -175,11 +175,3 @@ TEST_F(SASParserTests, ParseRequirements)
FAIL() << e.what();
}
}
////////////////////////////////////////////////////////////////////////////////////////////////////
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}