mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
7eb6b254c8
commit
3ed75c7045
|
@ -10,8 +10,11 @@ import HBS2.Storage
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main =
|
main =
|
||||||
defaultMain $
|
defaultMain $
|
||||||
testGroup "root" [ testCase "testSimpleStorageRandomReadWrite" testSimpleStorageRandomReadWrite
|
testGroup "root"
|
||||||
]
|
[
|
||||||
|
testCase "testSimpleStorageRandomReadWrite" testSimpleStorageRandomReadWrite
|
||||||
|
, testCase "testSimpleStorageNoKeys" testSimpleStorageNoKeys
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue