Reorganised the layout of .git/annex/
This commit is contained in:
parent
ba59ac13b2
commit
6395b790ce
5 changed files with 78 additions and 38 deletions
4
test.hs
4
test.hs
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue