Files
panda-meb/SConstruct
Adeeb Shihadeh 596344e48b build libpandasafety with scons (#639)
* build libpandasafety with scons

* remove makefile

* fix that
2021-03-31 18:35:47 -07:00

9 lines
181 B
Python

AddOption('--test',
action='store_true',
help='build test files')
SConscript('board/SConscript')
if GetOption('test'):
SConscript('tests/safety/SConscript')