Skip to content

Commit 35ff4ba

Browse files
committed
build c api for unittests
1 parent c657dd1 commit 35ff4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def nativeclean(args):
191191

192192
def python3_unittests(args):
193193
"""run the cPython stdlib unittests"""
194+
python(["-m", "build_capi"])
194195
mx.run(["python3", "graalpython/com.oracle.graal.python.test/src/python_unittests.py", "-v"] + args)
195196

196197

0 commit comments

Comments
 (0)