mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Add a minimal path manipulation C module.
This is just for the VM's own internal use, for resolving relative imports. Also added a tiny unit test framework for writing tests of low-level C functionality that isn't exposed directly by the language or VM.
This commit is contained in:
@ -154,7 +154,7 @@ def run_trial(benchmark, language):
|
||||
# of the normal Wren build.
|
||||
if benchmark[0].startswith("api_"):
|
||||
executable_args = [
|
||||
os.path.join(WREN_DIR, "build", "release", "test", "wren")
|
||||
os.path.join(WREN_DIR, "build", "release", "test", "api_wren")
|
||||
]
|
||||
|
||||
args = []
|
||||
|
||||
Reference in New Issue
Block a user