Skip to content

Commit 9fda9e8

Browse files
committed
Disable pthread tests for win
1 parent abf59d2 commit 9fda9e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_shm_concurrent_queue.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifdef __linux__
2+
13
#include <rpp/concurrent_queue.h>
24
#include <rpp/shm_mutex.h>
35
#include <rpp/future.h>
@@ -618,3 +620,5 @@ TestImpl(test_concurrent_queue_pthread)
618620
print_info("AVERAGE wait_pop_interval consumer elapsed: %.2f ms %.1f Mitems/s\n", avg_time, Mitems_per_sec);
619621
}
620622
};
623+
624+
#endif // __linux__

0 commit comments

Comments
 (0)