overloaded-records-0.3.0.0: test/unit-tests.hs
{-# LANGUAGE NoImplicitPrelude #-}
-- |
-- Module: Main
-- Description: Tests main
-- Copyright: (c) 2015, Jan Šipr, Matej Kollár, Peter Trško
-- License: BSD3
--
-- Stability: stable
-- Portability: NoImplicitPrelude
--
-- Tests main.
module Main (main)
where
import System.IO (IO)
import Test.Framework (defaultMain)
import TestCase (tests)
main :: IO ()
main = defaultMain tests