add test to ensure hmac remains stable
This commit is contained in:
parent
892593c5ef
commit
b72de39ba4
2 changed files with 15 additions and 3 deletions
2
test.hs
2
test.hs
|
@ -40,6 +40,7 @@ import qualified Content
|
|||
import qualified Command.DropUnused
|
||||
import qualified Key
|
||||
import qualified Config
|
||||
import qualified Crypto
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
|
@ -63,6 +64,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
|
|||
, qctest "prop_parentDir_basics" Utility.prop_parentDir_basics
|
||||
, qctest "prop_relPathDirToDir_basics" Utility.prop_relPathDirToDir_basics
|
||||
, qctest "prop_cost_sane" Config.prop_cost_sane
|
||||
, qctest "prop_hmacWithCipher_sane" Crypto.prop_hmacWithCipher_sane
|
||||
]
|
||||
|
||||
blackbox :: Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue