mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 01:23:53 +08:00
10 lines
162 B
Python
10 lines
162 B
Python
import os
|
|
from panda import build_st
|
|
|
|
def test_build_panda():
|
|
build_st("obj/panda.bin")
|
|
|
|
def test_build_bootstub_panda():
|
|
build_st("obj/bootstub.panda.bin")
|
|
|