mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-14 19:52:06 +08:00
7 lines
120 B
Python
7 lines
120 B
Python
# panda fw
|
|
SConscript('board/SConscript')
|
|
|
|
# test files
|
|
if GetOption('test'):
|
|
SConscript('tests/libpanda/SConscript')
|