1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

actually run the specs

This commit is contained in:
Patrick Thomson 2018-06-05 12:51:23 -04:00
parent 43fd0e65ef
commit fbff61b247

View File

@ -23,6 +23,7 @@ import qualified Semantic.Spec
import qualified Semantic.CLI.Spec
import qualified Semantic.IO.Spec
import qualified Semantic.Stat.Spec
import qualified Proto3.Roundtrip
import Test.Hspec
main :: IO ()
@ -51,3 +52,4 @@ main = hspec $ do
describe "Semantic.CLI" Semantic.CLI.Spec.spec
describe "Semantic.IO" Semantic.IO.Spec.spec
describe "Integration" Integration.Spec.spec
describe "Protobuf roundtripping" Proto3.Roundtrip.spec