jdk/test/Makefile
changeset 10328 06c93c42bca0
parent 10064 9f56d9f43ec1
child 10416 61d6ccadbfa2
equal deleted inserted replaced
10327:37a3f951eb3a 10328:06c93c42bca0
   542 #   Using samevm has serious problems with these tests
   542 #   Using samevm has serious problems with these tests
   543 JDK_ALL_TARGETS += jdk_security3
   543 JDK_ALL_TARGETS += jdk_security3
   544 jdk_security3: $(call TestDirs, com/sun/security lib/security \
   544 jdk_security3: $(call TestDirs, com/sun/security lib/security \
   545                javax/security sun/security)
   545                javax/security sun/security)
   546 	$(call SharedLibraryPermissions,sun/security)
   546 	$(call SharedLibraryPermissions,sun/security)
   547 	$(call RunOthervmBatch)
   547 	$(call RunSamevmBatch)
   548 
   548 
   549 # All security tests
   549 # All security tests
   550 jdk_security: jdk_security1 jdk_security2 jdk_security3
   550 jdk_security: jdk_security1 jdk_security2 jdk_security3
   551 	@$(SummaryInfo)
   551 	@$(SummaryInfo)
   552 
   552