test/Makefile

changeset 3266
6fd81579526f
parent 3156
f08d439fab8c
child 3619
2d503de963b3
     1.1 --- a/test/Makefile	Fri Oct 28 13:04:10 2011 -0400
     1.2 +++ b/test/Makefile	Mon Oct 31 08:01:20 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -219,6 +219,15 @@
    1.11  
    1.12  ################################################################
    1.13  
    1.14 +# internalvmtests (run internal unit tests inside the VM)
    1.15 +
    1.16 +internalvmtests: prep $(PRODUCT_HOME)
    1.17 +	$(PRODUCT_HOME)/bin/java $(JAVA_OPTIONS) -XX:+ExecuteInternalVMTests -version
    1.18 +
    1.19 +PHONY_LIST += internalvmtests
    1.20 +
    1.21 +################################################################
    1.22 +
    1.23  # packtest
    1.24  
    1.25  # Expect JPRT to set JPRT_PACKTEST_HOME.

mercurial