mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-08 22:25:08 +08:00
8 lines
172 B
Python
8 lines
172 B
Python
Import("env")
|
|
|
|
SConscript(['opendbc/dbc/SConscript'], exports={'env': env})
|
|
|
|
# test files
|
|
if GetOption('extras'):
|
|
SConscript('opendbc/safety/tests/libsafety/SConscript')
|