tianbar-1.2.0.0: tests/TestMain.hs
import Test.Tasty
import qualified TestPlugin.DBus.Serialization
main = defaultMain tests
tests :: TestTree
tests = testGroup "Tests" [ TestPlugin.DBus.Serialization.tests
]
import Test.Tasty
import qualified TestPlugin.DBus.Serialization
main = defaultMain tests
tests :: TestTree
tests = testGroup "Tests" [ TestPlugin.DBus.Serialization.tests
]