packages feed

pangraph-0.1.1.5: test/Main.hs

module Main where

import GraphML
import Show
import Containers

import Test.HUnit

main :: IO Counts
main = runTestTT $ TestList $ concat [graphmlTests, showTests, containersTests]