Searched refs:MICROPYTHON (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-tests-exp.py | 15 MICROPYTHON = "micropython.exe" variable 17 MICROPYTHON = "micropython" 67 r = os.system(MICROPYTHON + " %s >.tst.out" % qtest)
|
A D | run-internalbench.py | 16 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe") variable 19 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython") variable 35 [MICROPYTHON, "-X", "emit=bytecode", test_file[0]]
|
A D | run-natmodtests.py | 17 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython-coverage") variable 183 target = TargetSubprocess([MICROPYTHON])
|
A D | run-perfbench.py | 19 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe") variable 22 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython") variable 256 target = [MICROPYTHON, "-X", "emit=" + args.emit]
|
A D | run-multitests.py | 18 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe") variable 21 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython") variable 449 instances_test.append(PyInstanceSubProcess([MICROPYTHON], env)) 459 instances_test.append(PyInstanceSubProcess([MICROPYTHON]))
|
A D | run-tests | 24 MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', base_path('../ports/windows/micropython.exe')) variable 27 MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', base_path('../ports/unix/micropython')) variable 82 args = [MICROPYTHON] 143 cmdlist = [MICROPYTHON, '-X', 'emit=' + args.emit]
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gen-cpydiff.py | 42 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe") variable 45 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython") variable 113 MICROPYTHON,
|
Completed in 11 milliseconds