mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
[utils] Update lldb-dotest for new test layout
The path to dotest.py changed after the test directory reorganization. llvm-svn: 374215
This commit is contained in:
parent
02d264a547
commit
be1c290226
@ -2,7 +2,7 @@
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
dotest_path = '@LLDB_SOURCE_DIR@/test/dotest.py'
|
||||
dotest_path = '@LLDB_SOURCE_DIR@/test/API/dotest.py'
|
||||
build_dir = '@LLDB_TEST_BUILD_DIRECTORY@'
|
||||
dotest_args_str = '@LLDB_DOTEST_ARGS@'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user