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

@ -74,7 +74,7 @@ public:
};
IslPropagationTestSuite::IslPropagationTestSuite ()
: TestSuite ("isl-propagation", UNIT)
: TestSuite ("leo-isl-propagation", UNIT)
{
// TestDuration for TestCase can be QUICK, EXTENSIVE or TAKES_FOREVER
AddTestCase (new IslPropagationAngleTestCase1, TestCase::QUICK);