From 0f65c9afa971bdf369becddc54712f4966e68d4e Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Thu, 13 Aug 2020 17:06:13 +0700 Subject: [PATCH] Add vack support for required Services --- sources/_manifest.uc | 3 +++ 1 file changed, 3 insertions(+) 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