mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
only build tests if available
This commit is contained in:
@@ -184,5 +184,5 @@ SConscript('board/SConscript')
|
||||
SConscript('board/jungle/SConscript')
|
||||
|
||||
# test files
|
||||
if GetOption('extras'):
|
||||
if GetOption('extras') and os.path.exists(Dir("tests/libpanda/").path):
|
||||
SConscript('tests/libpanda/SConscript')
|
||||
|
||||
Reference in New Issue
Block a user