make/hotspot/lib/CompileGtest.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 49024 953b3fd36b08
child 56197 8fcca3163b7f
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 $(eval $(call IncludeCustomExtension, , hotspot/lib/CompileGtest.gmk))
    26 $(eval $(call IncludeCustomExtension, hotspot/lib/CompileGtest.gmk))
    27 
    27 
    28 GTEST_TEST_SRC += $(TOPDIR)/test/hotspot/gtest
    28 GTEST_TEST_SRC += $(TOPDIR)/test/hotspot/gtest
    29 GTEST_LAUNCHER_SRC := $(TOPDIR)/test/hotspot/gtest/gtestLauncher.cpp
    29 GTEST_LAUNCHER_SRC := $(TOPDIR)/test/hotspot/gtest/gtestLauncher.cpp
    30 GTEST_FRAMEWORK_SRC := $(TOPDIR)/test/fmw/gtest
    30 GTEST_FRAMEWORK_SRC := $(TOPDIR)/test/fmw/gtest
    31 
    31