HomeSort by relevance Sort by last modified time
    Searched defs:gtest (Results 1 - 2 of 2) sorted by null

  /development/testrunner/test_defs/
test_walker.py 26 import gtest namespace
42 - native C/C++ tests using GTest framework. (note Android.mk must follow
43 expected GTest template)
62 TODO: add GTest examples
197 return gtest.GTestFactory(path, build_path)
  /external/chromium/testing/gmock/scripts/
fuse_gmock_files.py 39 code, assuming Google Test is in the GMOCK_ROOT_DIR/gtest
41 OUTPUT_DIR/gtest/gtest.h, OUTPUT_DIR/gmock/gmock.h, and
42 OUTPUT_DIR/gmock-gtest-all.cc. Then you can build your tests
44 with OUTPUT_DIR/gmock-gtest-all.cc. These three files contain
73 # We need to call into gtest/scripts/fuse_gtest_files.py.
74 sys.path.append(os.path.join(DEFAULT_GMOCK_ROOT_DIR, 'gtest/scripts'))
76 gtest = fuse_gtest_files variable
86 GTEST_H_OUTPUT = 'gtest/gtest.h
    [all...]

Completed in 46 milliseconds