< prev index next >

test/make/TestMake.gmk

Print this page
rev 2045 : 8074716: Add IntelliJ project support to the jdk
Reviewed-by: rriggs
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Maurizio Cimadamore <maurizio.cimadamore@oracle.com>

*** 31,39 **** +$(MAKE) -f TestMakeBase.gmk $(TEST_SUBTARGET) java-compilation: +$(MAKE) -f TestJavaCompilation.gmk $(TEST_SUBTARGET) - all: make-base java-compilation ! .PHONY: default all make-base java-compilation --- 31,42 ---- +$(MAKE) -f TestMakeBase.gmk $(TEST_SUBTARGET) java-compilation: +$(MAKE) -f TestJavaCompilation.gmk $(TEST_SUBTARGET) + test-idea: + +$(MAKE) -f TestIdea.gmk $(TEST_SUBTARGET) ! all: make-base java-compilation test-idea ! ! .PHONY: default all make-base java-compilation test-idea
< prev index next >