From f5fb4f27b4e9cecdc3afc2facc8e39717ea20524 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 26 Apr 2016 08:56:21 -0400 Subject: Initial commit This is just dataenc-0.14.0.7 from hackage with the upper bound on 'base' changed in dataenc.cabal. I couldn't find a git repo to fork, so I used 'stack unpack' --- test-src/Test.hs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test-src/Test.hs (limited to 'test-src/Test.hs') diff --git a/test-src/Test.hs b/test-src/Test.hs new file mode 100644 index 0000000..2155bdf --- /dev/null +++ b/test-src/Test.hs @@ -0,0 +1,16 @@ +{- + - Copyright : (c) 2009 Magnus Therning + - License : BSD3 + -} + +module Main + where + +import Test.Framework + +import qualified DataencQC as DQC +import qualified DataencUT as DUT + +tests = [ DQC.allTests , DUT.allTests ] + +main = defaultMain tests -- cgit v1.2.3