Skip to content

Commit cf7b0e5

Browse files
committed
Add tests for random_5d
1 parent 2b913b8 commit cf7b0e5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/test-keyvalue.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class simdkvsort : public ::testing::Test {
2020
"reverse",
2121
"smallrange",
2222
"max_at_the_end",
23+
"random_5d",
2324
"rand_max"};
2425
}
2526
std::vector<std::string> arrtype;

tests/test-objqsort.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class simdobjsort : public ::testing::Test {
3232
"reverse",
3333
"smallrange",
3434
"max_at_the_end",
35+
"random_5d",
3536
"rand_max"};
3637
}
3738
std::vector<std::string> arrtype;

tests/test-qsort.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class simdsort : public ::testing::Test {
1717
"reverse",
1818
"smallrange",
1919
"max_at_the_end",
20+
"random_5d",
2021
"rand_max",
2122
"rand_with_nan"};
2223
}

0 commit comments

Comments
 (0)