only build camera test on pc

old-commit-hash: 6bbea8080eaaeb6413ed098abf6d0226c6841282
This commit is contained in:
Adeeb Shihadeh
2022-08-25 19:59:22 -07:00
parent 4d6a4aa093
commit 0448644af4
+1 -1
View File
@@ -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',