Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Aug 6, 2012
1 parent 055aebc commit c24a384
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cabal/tests/UnitTests.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module Main
( main
) where

import Test.Framework
import Test.Framework.Providers.HUnit

tests :: [Test]
tests = []

main :: IO ()
main = defaultMain tests

0 comments on commit c24a384

Please sign in to comment.