packages feed

bson-0.3: tests/Data/Bson/Binary/Tests.hs

module Data.Bson.Binary.Tests
    ( tests
    ) where

import Test.Framework (Test, testGroup)

tests :: Test
tests = testGroup "Data.Bson.Binary.Tests" []