mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-18 03:12:40 +00:00
10 lines
159 B
Haskell
10 lines
159 B
Haskell
module Main (main) where
|
|
|
|
import Test.Tasty
|
|
|
|
import UnitTests
|
|
|
|
main :: IO ()
|
|
main = do
|
|
ts <- unitTestFolder "examples/"
|
|
defaultMain ts
|