Reorganised the layout of .git/annex/

This commit is contained in:
Joey Hess 2010-11-08 16:47:36 -04:00
parent ba59ac13b2
commit 6395b790ce
5 changed files with 78 additions and 38 deletions

View file

@ -5,9 +5,11 @@ import Test.HUnit
import Test.HUnit.Tools
import GitRepo
import Locations
alltests = [
qctest "prop_idempotent_deencode" prop_idempotent_deencode
qctest "prop_idempotent_deencode" prop_idempotent_deencode,
qctest "prop_idempotent_fileKey" prop_idempotent_fileKey
]
main = runVerboseTests (TestList alltests)