test/make/TestMake.gmk
changeset 37861 53d85619d7fe
parent 25854 98ce0879ab4c
child 47334 09d386ddaa42
--- a/test/make/TestMake.gmk	Wed Jul 05 21:41:01 2017 +0200
+++ b/test/make/TestMake.gmk	Tue May 10 13:34:30 2016 +0100
@@ -33,7 +33,10 @@
 java-compilation:
 	+$(MAKE) -f TestJavaCompilation.gmk $(TEST_SUBTARGET)
 
+test-idea:
+	+$(MAKE) -f TestIdea.gmk $(TEST_SUBTARGET)
 
-all: make-base java-compilation
 
-.PHONY: default all make-base java-compilation
+all: make-base java-compilation test-idea
+
+.PHONY: default all make-base java-compilation test-idea