llvm-general-pure-3.3.14.4: test/LLVM/General/Test/Tests.hs
module LLVM.General.Test.Tests where
import Test.Framework
import qualified LLVM.General.Test.DataLayout as DataLayout
import qualified LLVM.General.Test.PrettyPrint as PrettyPrint
tests = testGroup "llvm-general" [
DataLayout.tests,
PrettyPrint.tests
]