jdk/test/Makefile
changeset 11686 398118274810
parent 11523 85131f3172a1
child 11840 dfd8edddd85f
equal deleted inserted replaced
11685:f04b74312f0a 11686:398118274810
     1 #
     1 #
     2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 2012, 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
   554 
   554 
   555 # Stable agentvm testruns (minus items from PROBLEM_LIST)
   555 # Stable agentvm testruns (minus items from PROBLEM_LIST)
   556 JDK_ALL_TARGETS += jdk_security3
   556 JDK_ALL_TARGETS += jdk_security3
   557 jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \
   557 jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \
   558         sun/security com/sun/org/apache/xml/internal/security \
   558         sun/security com/sun/org/apache/xml/internal/security \
   559         com/oracle/secrity/ucrypto)
   559         com/oracle/security/ucrypto)
   560 	$(call SharedLibraryPermissions,sun/security)
   560 	$(call SharedLibraryPermissions,sun/security)
   561 	$(call RunAgentvmBatch)
   561 	$(call RunAgentvmBatch)
   562 
   562 
   563 # All security tests
   563 # All security tests
   564 jdk_security: jdk_security1 jdk_security2 jdk_security3
   564 jdk_security: jdk_security1 jdk_security2 jdk_security3