test/Makefile

changeset 1472
0c244701188e
parent 1414
843d3b191773
child 1520
5c956be64b9e
equal deleted inserted replaced
1468:690c41cdab55 1472:0c244701188e
227 227
228 # Default make rule -- warning, may take a while 228 # Default make rule -- warning, may take a while
229 all: $(JPRT_CLEAN) jtreg-tests jck-compiler-tests jck-runtime-tests $(JPRT_ARCHIVE_BUNDLE) all-summary 229 all: $(JPRT_CLEAN) jtreg-tests jck-compiler-tests jck-runtime-tests $(JPRT_ARCHIVE_BUNDLE) all-summary
230 @echo "Testing completed successfully" 230 @echo "Testing completed successfully"
231 231
232 jtreg apt javac javadoc javah javap: $(JPRT_CLEAN) jtreg-tests $(JPRT_ARCHIVE_BUNDLE) jtreg-summary 232 jtreg apt javac javadoc javah javap jdeps: $(JPRT_CLEAN) jtreg-tests $(JPRT_ARCHIVE_BUNDLE) jtreg-summary
233 @echo "Testing completed successfully" 233 @echo "Testing completed successfully"
234 234
235 jck-compiler: $(JPRT_CLEAN) jck-compiler-tests $(JPRT_ARCHIVE_BUNDLE) jck-compiler-summary 235 jck-compiler: $(JPRT_CLEAN) jck-compiler-tests $(JPRT_ARCHIVE_BUNDLE) jck-compiler-summary
236 @echo "Testing completed successfully" 236 @echo "Testing completed successfully"
237 237
244 apt: JTREG_TESTDIRS = tools/apt 244 apt: JTREG_TESTDIRS = tools/apt
245 javac: JTREG_TESTDIRS = tools/javac 245 javac: JTREG_TESTDIRS = tools/javac
246 javadoc: JTREG_TESTDIRS = tools/javadoc com/sun/javadoc 246 javadoc: JTREG_TESTDIRS = tools/javadoc com/sun/javadoc
247 javah: JTREG_TESTDIRS = tools/javah 247 javah: JTREG_TESTDIRS = tools/javah
248 javap: JTREG_TESTDIRS = tools/javap 248 javap: JTREG_TESTDIRS = tools/javap
249 jdeps: JTREG_TESTDIRS = tools/jdeps
249 250
250 # Run jtreg tests 251 # Run jtreg tests
251 # 252 #
252 # JTREG_HOME 253 # JTREG_HOME
253 # Installed location of jtreg 254 # Installed location of jtreg
424 # Used to force a target rules to run 425 # Used to force a target rules to run
425 FRC: 426 FRC:
426 427
427 # Phony targets (e.g. these are not filenames) 428 # Phony targets (e.g. these are not filenames)
428 .PHONY: all clean \ 429 .PHONY: all clean \
429 jtreg javac javadoc javah javap jtreg-tests jtreg-summary check-jtreg \ 430 jtreg javac javadoc javah javap jdeps jtreg-tests jtreg-summary check-jtreg \
430 jck-compiler jck-compiler-tests jck-compiler-summary \ 431 jck-compiler jck-compiler-tests jck-compiler-summary \
431 jck-runtime jck-runtime-tests jck-runtime-summary check-jck 432 jck-runtime jck-runtime-tests jck-runtime-summary check-jck
432 433
433 # No use of suffix rules 434 # No use of suffix rules
434 .SUFFIXES: 435 .SUFFIXES:

mercurial