panda/SConstruct

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