atpg-ls/test.py
2023-07-18 04:05:32 +00:00

6 lines
73 B
Python

import os
while os.system("./crun benchmark/b12.bench") == 0:
pass