test/make/TestMake.gmk
changeset 47334 09d386ddaa42
parent 37861 53d85619d7fe
child 52022 804792ce736f
--- a/test/make/TestMake.gmk	Thu Oct 12 17:58:26 2017 -0700
+++ b/test/make/TestMake.gmk	Fri Oct 13 13:42:10 2017 +0200
@@ -33,10 +33,13 @@
 java-compilation:
 	+$(MAKE) -f TestJavaCompilation.gmk $(TEST_SUBTARGET)
 
+copy-files:
+	+$(MAKE) -f TestCopyFiles.gmk $(TEST_SUBTARGET)
+
 test-idea:
 	+$(MAKE) -f TestIdea.gmk $(TEST_SUBTARGET)
 
 
-all: make-base java-compilation test-idea
+all: make-base java-compilation copy-files test-idea
 
-.PHONY: default all make-base java-compilation test-idea
+.PHONY: default all make-base java-compilation copy-files test-idea