packages feed

cryptonite-openssl-0.1: tests/Tests.hs

{-# LANGUAGE OverloadedStrings #-}
module Main where

import Imports

tests = testGroup "cryptonite-openssl"
    [
    ]

main = defaultMain tests