Browse Source

Add shebang to run.py

It's useful to run the vunit tests by hand, this makes it easier

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
pull/414/head
Benjamin Herrenschmidt 5 months ago
parent
commit
41328306f3
  1. 2
      run.py

2
run.py

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
#!/usr/bin/env python3

from pathlib import Path
from vunit import VUnit


Loading…
Cancel
Save