mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
10 lines
181 B
Python
10 lines
181 B
Python
AddOption('--test',
|
|
action='store_true',
|
|
help='build test files')
|
|
|
|
# panda fw
|
|
SConscript('board/SConscript')
|
|
|
|
# test files
|
|
SConscript('tests/safety/SConscript')
|