mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-06 00:36:29 +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')
|