File: Test.hs

package info (click to toggle)
haskell-extra 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: haskell: 1,902; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

module Test(main) where

import TestGen
import TestUtil
import TestCustom

-- Check that we managed to export everything
_unused1 x = whenJust
_unused2 x = (&&^)
_unused3 x = system_
_unused4 x = word1
_unused5 x = readFile'
_unused6 x = x :: Seconds


main :: IO ()
main = runTests $ do
    testSetup
    tests
    testCustom