Skip to content

Commit abcce63

Browse files
committed
fix hpy import command
1 parent ddf8e67 commit abcce63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3241,8 +3241,8 @@ def exclude_files(*files):
32413241
tracker_file_dest = join(jni_project_dir, "src", "ctx_tracker.c")
32423242
import_file(tracker_file_src, tracker_file_dest)
32433243

3244-
# tests go to 'com.oracle.graal.python.hpy.test/src/test'
3245-
test_files_dest = _hpy_test_root()
3244+
# tests go to 'com.oracle.graal.python.hpy.test/src/hpytest'
3245+
test_files_dest = join(mx.dependency(HPY_TEST_PROJECT).dir, "src", "hpytest")
32463246
import_files(hpy_repo_test_dir, test_files_dest)
32473247
remove_inexistent_files(hpy_repo_test_dir, test_files_dest)
32483248

0 commit comments

Comments
 (0)