mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
fix lit tests
This is a combination of 3 commits. fix build and test errors fix lit test error fix lit tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
python3 -m pip install lit
|
||||
cd python
|
||||
LIT_TEST_DIR="build/$(ls build)/test"
|
||||
if [ ! -d "$LIT_TEST_DIR" ]; then
|
||||
echo "Not found $($LIT_TEST_DIR). Did you change an installation method?"
|
||||
LIT_TEST_DIR="build/$(ls build | grep -i cmake)/test"
|
||||
if [ ! -d "${LIT_TEST_DIR}" ]; then
|
||||
echo "Could not find '${LIT_TEST_DIR}'"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user