Files
panda-meb/SConstruct
Adeeb Shihadeh abaa9f8968 always build all projects + test libs (#1038)
* always build all projects

* and tests

* fix that
2022-08-19 11:41:34 -07:00

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')