mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-02-18 21:13:56 +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')
|