Skip to content

Commit 177f70c

Browse files
author
Raghuveer Devulapalli
committed
update macro in test-qsort
1 parent 748fa74 commit 177f70c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test-qsort.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ class simdsort : public ::testing::Test {
1212
{
1313
std::iota(arrsize.begin(), arrsize.end(), 0);
1414
std::iota(arrsize_long.begin(), arrsize_long.end(), 0);
15-
#ifdef XSS_USE_OPENMP
16-
// These extended tests are only needed for the OpenMP logic
15+
#if defined(XSS_BUILD_WITH_STD_THREADS)
1716
arrsize_long.push_back(10'000);
1817
arrsize_long.push_back(100'000);
1918
arrsize_long.push_back(1'000'000);

0 commit comments

Comments
 (0)