mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
only build camera test on pc
This commit is contained in:
@@ -14,7 +14,7 @@ if arch == "larch64":
|
||||
cameras,
|
||||
], LIBS=libs)
|
||||
|
||||
if GetOption("test"):
|
||||
if GetOption("test") and arch == "x86_64":
|
||||
env.Program('test/ae_gray_test', [
|
||||
'test/ae_gray_test.cc',
|
||||
'cameras/camera_common.cc',
|
||||
|
||||
Reference in New Issue
Block a user