aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/integer_ops/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/integer_ops/main.cpp')
-rw-r--r--test_conformance/integer_ops/main.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/test_conformance/integer_ops/main.cpp b/test_conformance/integer_ops/main.cpp
index e57cffd9..59840de7 100644
--- a/test_conformance/integer_ops/main.cpp
+++ b/test_conformance/integer_ops/main.cpp
@@ -1,6 +1,6 @@
//
-// Copyright (c) 2017 The Khronos Group Inc.
-//
+// Copyright (c) 2017-2022 The Khronos Group Inc.
+//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
@@ -59,6 +59,10 @@ test_definition test_list[] = {
ADD_TEST(integer_mul24),
ADD_TEST(integer_mad24),
+ ADD_TEST(extended_bit_ops_extract),
+ ADD_TEST(extended_bit_ops_insert),
+ ADD_TEST(extended_bit_ops_reverse),
+
ADD_TEST(long_math),
ADD_TEST(long_logic),
ADD_TEST(long_shift),