Files
panda-meb/SConstruct
2023-04-26 22:59:58 -07:00

12 lines
245 B
Python

AddOption('--test',
action='store_true',
default=True,
help='build test files')
AddOption('--ubsan',
action='store_true',
help='turn on UBSan')
# panda fw & test files
SConscript('SConscript')