Prefix LEO tests with leo

This commit is contained in:
Tim Schubert 2020-08-07 11:35:08 +02:00
parent 096b48f005
commit 55cd581ce1
7 changed files with 130 additions and 6 deletions

View file

@ -87,7 +87,7 @@ public:
};
SatNodeHelperTestSuite::SatNodeHelperTestSuite ()
: TestSuite ("sat-node-helper", UNIT)
: TestSuite ("leo-sat-node-helper", UNIT)
{
// TestDuration for TestCase can be QUICK, EXTENSIVE or TAKES_FOREVER
AddTestCase (new EmptySatNodeHelperTestCase, TestCase::QUICK);