mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +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')
|