From: George Rokos Date: Sat, 22 Apr 2017 11:20:20 +0000 (+0000) Subject: [OpenMP] Run libomptarget regression tests using all available system threads. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c79cc2198b90f42bcf8235a72e19c2d0b0a1703;p=platform%2Fupstream%2Fllvm.git [OpenMP] Run libomptarget regression tests using all available system threads. Differential Revision: https://reviews.llvm.org/D32327 llvm-svn: 301074 --- diff --git a/openmp/libomptarget/test/CMakeLists.txt b/openmp/libomptarget/test/CMakeLists.txt index 24c2f42..29814df 100644 --- a/openmp/libomptarget/test/CMakeLists.txt +++ b/openmp/libomptarget/test/CMakeLists.txt @@ -80,7 +80,6 @@ else() add_lit_testsuite(check-libomptarget "Running libomptarget tests" ${CMAKE_CURRENT_BINARY_DIR} - ARGS "-j 1" DEPENDS omptarget omp )