packages feed

hakyll-contrib-links-0.1.0.0: tests/Main.hs

module Main where

import Test.Framework (defaultMain, testGroup)
import qualified Modules.Markdown.Link as L
main = defaultMain tests

tests = [testGroup "Hakyll.Markdown.Link" L.tests]