Add test case for git fetching.

This commit is contained in:
Todd Gamblin
2014-10-01 23:32:36 -07:00
parent c74cd63389
commit da84764e97
7 changed files with 232 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
from spack import *
class GitTest(Package):
"""Mock package that uses git for fetching."""
homepage = "http://www.git-fetch-example.com"
version('git', git='to-be-filled-in-by-test')
def install(self, spec, prefix):
pass