test/jdk/Makefile
changeset 47218 918745561887
parent 47216 71c04702a3d5
child 52082 c99e4c010022
equal deleted inserted replaced
47217:72e3ae9a25eb 47218:918745561887
    29 
    29 
    30 USE_FAILURE_HANDLER := true
    30 USE_FAILURE_HANDLER := true
    31 
    31 
    32 TREAT_EXIT_CODE_1_AS_0 := true
    32 TREAT_EXIT_CODE_1_AS_0 := true
    33 
    33 
    34 include ../../test/TestCommon.gmk
    34 include ../TestCommon.gmk
    35 
    35 
    36 # Default make rule (runs default jdk tests)
    36 # Default make rule (runs default jdk tests)
    37 all: jdk_default
    37 all: jdk_default
    38 	@$(ECHO) "Testing completed successfully"
    38 	@$(ECHO) "Testing completed successfully"
    39 
    39