atpg-ls/test.py

6 lines
73 B
Python
Raw Normal View History

2023-07-18 04:05:32 +00:00
import os
while os.system("./crun benchmark/b12.bench") == 0:
pass