You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
170 B

  1. add_library(
  2. test_support
  3. OBJECT
  4. file_test.cc
  5. malloc.cc
  6. test_util.cc
  7. wycheproof_util.cc
  8. )
  9. add_library(
  10. boringssl_gtest_main
  11. OBJECT
  12. gtest_main.cc
  13. )