make/common/FindTests.gmk
branchJEP-230-microbenchmarks-branch
changeset 56920 e0750e33f818
parent 47932 0c22f6b9b5e2
equal deleted inserted replaced
56919:fe0fad5aebf5 56920:e0750e33f818
     1 #
     1 #
     2 # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2017, 2018, 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
    70 ALL_NAMED_TESTS += $(JTREG_TEST_GROUPS)
    70 ALL_NAMED_TESTS += $(JTREG_TEST_GROUPS)
    71 
    71 
    72 # Add Gtest
    72 # Add Gtest
    73 ALL_NAMED_TESTS += gtest
    73 ALL_NAMED_TESTS += gtest
    74 
    74 
       
    75 # Add microbenchmarks
       
    76 ALL_NAMED_TESTS += micro
       
    77 
    75 ################################################################################
    78 ################################################################################
    76 
    79 
    77 endif # _FIND_TESTS_GMK
    80 endif # _FIND_TESTS_GMK