Skip to content

Commit dab806c

Browse files
willieyzhanno-becker
authored andcommitted
refactor: re-ordering the TEST_TYPES enum
Signed-off-by: willieyz <willie.zhao@chelpis.com>
1 parent 90f9862 commit dab806c

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

scripts/tests

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,19 @@ class TEST_TYPES(Enum):
198198
BENCH_COMPONENTS = 4
199199
ACVP = 5
200200
BRING_YOUR_OWN_FIPS202 = 6
201-
BRING_YOUR_OWN_FIPS202_STATIC = 19
202-
CUSTOM_BACKEND = 7
203-
BASIC = 8
204-
MONOLITHIC_BUILD = 9
205-
MONOLITHIC_BUILD_MULTILEVEL = 10
206-
MULTILEVEL_BUILD = 11
207-
MULTILEVEL_BUILD_NATIVE = 12
208-
MONOLITHIC_BUILD_MULTILEVEL_NATIVE = 13
209-
MONOLITHIC_BUILD_NATIVE = 14
210-
STACK = 15
211-
SIZE = 16
212-
BASIC_DETERMINISTIC = 17
213-
UNIT = 18
201+
BRING_YOUR_OWN_FIPS202_STATIC = 7
202+
CUSTOM_BACKEND = 8
203+
BASIC = 9
204+
MONOLITHIC_BUILD = 10
205+
MONOLITHIC_BUILD_MULTILEVEL = 11
206+
MULTILEVEL_BUILD = 12
207+
MULTILEVEL_BUILD_NATIVE = 13
208+
MONOLITHIC_BUILD_MULTILEVEL_NATIVE = 14
209+
MONOLITHIC_BUILD_NATIVE = 15
210+
STACK = 16
211+
SIZE = 17
212+
BASIC_DETERMINISTIC = 18
213+
UNIT = 19
214214

215215
def is_benchmark(self):
216216
return self in [TEST_TYPES.BENCH, TEST_TYPES.BENCH_COMPONENTS]

0 commit comments

Comments
 (0)