Home | History | Annotate | Download | only in test
      1 add_library(
      2   test_support
      3 
      4   OBJECT
      5 
      6   file_test.cc
      7   malloc.cc
      8   test_util.cc
      9 )
     10 
     11 add_library(
     12   boringssl_gtest_main
     13 
     14   OBJECT
     15 
     16   gtest_main.cc
     17 )
     18