xxhash-0.0.1: tests/check.hs
--
-- Haskell bindings to librados
--
-- Copyright © 2013- Anchor Systems, Pty Ltd
--
-- The code in this file, and the program it is a part of, is
-- made available to you by its authors as open source software:
-- you can redistribute it and/or modify it under the terms of
-- the BSD licence.
--
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS -fno-warn-unused-imports #-}
module Main where
import Test.Hspec (hspec)
import TestSuite (suite)
main :: IO ()
main = do
hspec suite