packages feed

HTF-0.13.2.1: tests/real-bbt/MaxPrevTime.hs

{-# OPTIONS_GHC -F -pgmF scripts/local-htfpp #-}
module MaxPrevTime (maxPrevTimeMain) where

import Test.Framework
import Control.Concurrent

test_slow :: IO ()
test_slow = threadDelay 20000

test_fast :: IO ()
test_fast = return ()

maxPrevTimeMain args = htfMainWithArgs args htf_thisModulesTests