Report info about runtime environment in the test suite
This commit is contained in:
parent
91c87deae1
commit
53a1bf7ebf
@ -3,6 +3,8 @@ module Main where
|
||||
|
||||
import Imports
|
||||
|
||||
import Crypto.System.CPU
|
||||
|
||||
import qualified Number
|
||||
import qualified Number.F2m
|
||||
import qualified BCrypt
|
||||
@ -43,7 +45,10 @@ import qualified KAT_AFIS
|
||||
import qualified Padding
|
||||
|
||||
tests = testGroup "cryptonite"
|
||||
[ Number.tests
|
||||
[ testGroup "runtime"
|
||||
[ testCaseInfo "CPU" (return $ show processorOptions)
|
||||
]
|
||||
, Number.tests
|
||||
, Number.F2m.tests
|
||||
, Hash.tests
|
||||
, Padding.tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user