Skip to content

Commit

Permalink
Disable docsphinx test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 committed Jan 19, 2024
1 parent c364583 commit 0cdbbeb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/pass/doc-sphinxdoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Copyright (C) 2023 Advanced Micro Devices, Inc.
# ######################################################################################################################

install_dir(${TEST_DIR}/docsphinx TARGETS doc install)
test_expect_installed_file(
share/doc/useful/html/index.html
share/doc/useful/html/reference.html)
if(NOT APPLE)
install_dir(${TEST_DIR}/docsphinx TARGETS doc install)
test_expect_installed_file(
share/doc/useful/html/index.html
share/doc/useful/html/reference.html)
endif()

0 comments on commit 0cdbbeb

Please sign in to comment.