add tests for svn fetching.

This commit is contained in:
Todd Gamblin
2014-10-02 01:14:00 -07:00
parent da84764e97
commit faae720c36
6 changed files with 186 additions and 7 deletions

View File

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