Version 1
[yaffs-website] / vendor / drush / drush / tests / makefiles / includes-main.make
diff --git a/vendor/drush/drush/tests/makefiles/includes-main.make b/vendor/drush/drush/tests/makefiles/includes-main.make
new file mode 100644 (file)
index 0000000..a3d5902
--- /dev/null
@@ -0,0 +1,14 @@
+core = 7.x
+api = 2
+
+; Main makefile containing drupal core
+includes[platform][makefile] = 'tests/makefiles/includes-platform.make'
+includes[platform][download][type] = "git"
+includes[platform][download][url] = "https://github.com/pmatias/drush.git"
+includes[platform][download][branch] = "includes-git-support"
+
+; Sub platform makefile 
+includes[subplatform][makefile] = 'tests/makefiles/includes-sub-platform.make'
+includes[subplatform][download][type] = "git"
+includes[subplatform][download][url] = "https://github.com/pmatias/drush.git"
+includes[subplatform][download][branch] = "includes-git-support"