Skip to content

Commit

Permalink
Trivial test
Browse files Browse the repository at this point in the history
  • Loading branch information
master-q committed Sep 6, 2016
1 parent e0e6680 commit 7612ce8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Language/C2ATS/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module Language.C2ATS.Pretty
, sortFlatGlobal
, splitFlatGlobal
, preDefineGlobal
, AtsPretty (..)
, CPretty (..)
) where

import Data.List
Expand Down
5 changes: 4 additions & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE TemplateHaskell #-}
module Main where

import Test.Framework.TH
Expand All @@ -8,4 +9,6 @@ import Test.Framework.Providers.HUnit
import Language.C2ATS

main :: IO ()
main = return ()
main = $(defaultMainGenerator)

case_1 = 1 @=? 1

0 comments on commit 7612ce8

Please sign in to comment.