Skip to content

Commit

Permalink
Small testing related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 committed Jun 14, 2024
1 parent dfce222 commit 782d1cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion openmp/cmake/OpenMPTesting.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (${OPENMP_STANDALONE_BUILD})
find_standalone_test_dependencies()

# Set lit arguments.
set(DEFAULT_LIT_ARGS "-a --show-unsupported --show-xfail --timeout=300")
set(DEFAULT_LIT_ARGS "-sv --show-unsupported --show-xfail --timeout=300")
if (MSVC OR XCODE)
set(DEFAULT_LIT_ARGS "${DEFAULT_LIT_ARGS} --no-progress-bar")
endif()
Expand Down
3 changes: 0 additions & 3 deletions openmp/runtime/test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ if config.with_hpxc:
flags += " -L " + config.hpxc_library_directory + \
" -fnoopenmp-use-tls "

print("with_hpxc: " + str(config.with_hpxc))
# print("hpxc_header_directory: " + config.hpxc_header_directory)
print("hpxc_library_directory: " + str(config.hpxc_library_directory))

config.test_flags = " -I " + config.omp_header_directory + flags
config.test_flags_use_compiler_omp_h = flags
Expand Down

0 comments on commit 782d1cb

Please sign in to comment.