llvm-hs-pure-4.0.0.0: test/LLVM/Test/Tests.hs
module LLVM.Test.Tests where
import Test.Tasty
import qualified LLVM.Test.DataLayout as DataLayout
tests = testGroup "llvm-hs" [
DataLayout.tests
]
module LLVM.Test.Tests where
import Test.Tasty
import qualified LLVM.Test.DataLayout as DataLayout
tests = testGroup "llvm-hs" [
DataLayout.tests
]