1
0
Fork 0
mirror of https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git synced 2025-08-26 15:42:51 +02:00

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

@ -104,7 +104,7 @@ public:
};
IslMockChannelTestSuite::IslMockChannelTestSuite ()
: TestSuite ("isl-mock-channel", UNIT)
: TestSuite ("leo-isl-mock-channel", UNIT)
{
// TestDuration for TestCase can be QUICK, EXTENSIVE or TAKES_FOREVER
AddTestCase (new IslMockChannelTransmitUnknownTestCase, TestCase::QUICK);