< prev index next >

test/Makefile

Print this page
rev 8113 : imported patch remove_internalvmtests


 354 PHONY_LIST += hotspot_clienttest clienttest
 355 
 356 ################################################################
 357 
 358 # minimaltest (make sure various basic java minimal options work)
 359 
 360 hotspot_minimaltest minimaltest: sanitytest
 361 
 362 PHONY_LIST += hotspot_minimaltest minimaltest
 363 
 364 ################################################################
 365 
 366 # servertest (make sure various basic java server options work)
 367 
 368 hotspot_servertest servertest: sanitytest
 369 
 370 PHONY_LIST += hotspot_servertest servertest
 371 
 372 ################################################################
 373 
 374 # internalvmtests (run internal unit tests inside the VM)
 375 
 376 hotspot_internalvmtests internalvmtests: prep $(PRODUCT_HOME)
 377         $(PRODUCT_HOME)/bin/java $(JAVA_OPTIONS) -XX:+ExecuteInternalVMTests -version
 378 
 379 PHONY_LIST += hotspot_internalvmtests internalvmtests
 380 
 381 ################################################################
 382 
 383 # Phony targets (e.g. these are not filenames)
 384 .PHONY: all clean prep $(PHONY_LIST)
 385 
 386 ################################################################


 354 PHONY_LIST += hotspot_clienttest clienttest
 355 
 356 ################################################################
 357 
 358 # minimaltest (make sure various basic java minimal options work)
 359 
 360 hotspot_minimaltest minimaltest: sanitytest
 361 
 362 PHONY_LIST += hotspot_minimaltest minimaltest
 363 
 364 ################################################################
 365 
 366 # servertest (make sure various basic java server options work)
 367 
 368 hotspot_servertest servertest: sanitytest
 369 
 370 PHONY_LIST += hotspot_servertest servertest
 371 
 372 ################################################################
 373 









 374 # Phony targets (e.g. these are not filenames)
 375 .PHONY: all clean prep $(PHONY_LIST)
 376 
 377 ################################################################
< prev index next >