make/common/FindTests.gmk
changeset 53295 520f8e2041bb
parent 52595 16609197022c
child 53465 d982794784f1
equal deleted inserted replaced
53293:64049c8e7452 53295:520f8e2041bb
     1 #
     1 #
     2 # Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    66     $($(root)_JTREG_TEST_GROUPS)))
    66     $($(root)_JTREG_TEST_GROUPS)))
    67 
    67 
    68 # Add Jtreg test groups to list of named tests (test groups, test list, etc)
    68 # Add Jtreg test groups to list of named tests (test groups, test list, etc)
    69 # ALL_NAMED_TESTS might have been set by a custom extension
    69 # ALL_NAMED_TESTS might have been set by a custom extension
    70 ALL_NAMED_TESTS += $(JTREG_TEST_GROUPS)
    70 ALL_NAMED_TESTS += $(JTREG_TEST_GROUPS)
       
    71 JCOV_NAMED_TESTS += $(JTREG_TEST_GROUPS)
    71 
    72 
    72 # Add Gtest
    73 # Add Gtest
    73 ALL_NAMED_TESTS += gtest
    74 ALL_NAMED_TESTS += gtest
    74 
    75 
    75 # Add microbenchmarks
    76 # Add microbenchmarks