< prev index next >

nashorn/test/TEST.groups

Print this page

        

*** 25,29 **** --- 25,39 ---- # No nashorn tests are tier 1. tier1 = # All nashorn tests are tier 2. tier2 = src + + # No nashorn tests are tier 3. + tier3 = + + # Support for invoking tiered testing via the Makefile + nashorn_tier1 = :tier1 + nashorn_tier2 = :tier2 + nashorn_tier3 = :tier3 + + nashorn_all = src
< prev index next >