-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick file dump required for SWDEV-334945
Change-Id: I6c8f7f89ffd3479fd2116f0db23326e91164a43c (cherry picked from commit e852c4019381329f93d42bc52276647c68449fa0)
- Loading branch information
Showing
5 changed files
with
88 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# ###################################################################################################################### | ||
# Copyright (C) 2022 Advanced Micro Devices, Inc. | ||
# ###################################################################################################################### | ||
|
||
install_dir(${TEST_DIR}/libwrapper | ||
CMAKE_ARGS -DBUILD_SHARED_LIBS=On -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=On -DERR_ON_WARN=ON | ||
-DCMAKE_CXX_FLAGS='-DROCM_NO_WRAPPER_HEADER_WARNING') | ||
test_check_package( | ||
NAME test-wrapper | ||
HEADER wrapper.h | ||
TARGET wrapper) | ||
test_check_package( | ||
NAME test-wrapper | ||
HEADER wrapper/wrapper.h | ||
TARGET wrapper | ||
) | ||
test_check_package( | ||
NAME test-wrapper | ||
HEADER other.h | ||
TARGET wrapper) | ||
test_check_package( | ||
NAME test-wrapper | ||
HEADER other/other.h | ||
TARGET wrapper | ||
) | ||
test_check_package( | ||
NAME test-wrapper | ||
HEADER other/th/two-letter-dir.h | ||
TARGET wrapper) | ||
test_check_package( | ||
NAME test-wrapper | ||
HEADER th/two-letter-dir.h | ||
TARGET wrapper | ||
) |