File: main.hs

package info (click to toggle)
haskell-unix-compat 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: ansic: 419; haskell: 334; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module Main where

import MkstempSpec
import LinksSpec
import ProcessSpec

import Test.Hspec

main :: IO ()
main = hspec $ do
    mkstempSpec
    linksSpec
    processSpec