mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
9 lines
181 B
Python
9 lines
181 B
Python
AddOption('--test',
|
|
action='store_true',
|
|
help='build test files')
|
|
|
|
SConscript('board/SConscript')
|
|
|
|
if GetOption('test'):
|
|
SConscript('tests/safety/SConscript')
|