瀏覽代碼

Depend all_tests on p256-x86_64_test.

Otherwise the run_tests target sometimes gets confused.

Change-Id: If49e945bf5137c68db4927ab0f9845d25be63bac
Reviewed-on: https://boringssl-review.googlesource.com/12315
Reviewed-by: Steven Valdez <svaldez@chromium.org>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
kris/onging/CECPQ3_patch15
David Benjamin 8 年之前
committed by CQ bot account: commit-bot@chromium.org
父節點
當前提交
2aaaa16251
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      crypto/ec/CMakeLists.txt

+ 1
- 1
crypto/ec/CMakeLists.txt 查看文件

@@ -57,4 +57,4 @@ add_executable(
target_link_libraries(example_mul crypto)
target_link_libraries(ec_test crypto)
target_link_libraries(p256-x86_64_test crypto)
add_dependencies(all_tests example_mul ec_test)
add_dependencies(all_tests example_mul ec_test p256-x86_64_test)

Loading…
取消
儲存