panda/tests/automated/0_builds.py

8 lines
151 B
Python
Raw Normal View History

2017-08-28 11:42:23 -06:00
from panda import build_st
def test_build_panda():
2017-08-28 11:42:23 -06:00
build_st("obj/panda.bin")
def test_build_bootstub_panda():
2017-08-28 11:42:23 -06:00
build_st("obj/bootstub.panda.bin")