diff --git a/sources/_manifest.uc b/sources/_manifest.uc index d5dd829..e6b389d 100644 --- a/sources/_manifest.uc +++ b/sources/_manifest.uc @@ -30,6 +30,9 @@ var public const array< class > features; // List of test cases in this manifest's package. var public const array< class > testCases; +// List of required services. +var public const array< class > services; + defaultproperties { } \ No newline at end of file