test/make/TestMake.gmk
changeset 52022 804792ce736f
parent 47334 09d386ddaa42
child 52342 9341b077bd55
--- a/test/make/TestMake.gmk	Thu Oct 04 14:12:34 2018 -0700
+++ b/test/make/TestMake.gmk	Fri Oct 05 07:54:28 2018 +0200
@@ -39,7 +39,10 @@
 test-idea:
 	+$(MAKE) -f TestIdea.gmk $(TEST_SUBTARGET)
 
+test-compile-commands:
+	+$(MAKE) -f TestCompileCommands.gmk $(TEST_SUBTARGET)
+
 
 all: make-base java-compilation copy-files test-idea
 
-.PHONY: default all make-base java-compilation copy-files test-idea
+.PHONY: default all make-base java-compilation copy-files test-idea test-compile-commands