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:
parent
43fd0e65ef
commit
fbff61b247
@ -23,6 +23,7 @@ import qualified Semantic.Spec
|
|||||||
import qualified Semantic.CLI.Spec
|
import qualified Semantic.CLI.Spec
|
||||||
import qualified Semantic.IO.Spec
|
import qualified Semantic.IO.Spec
|
||||||
import qualified Semantic.Stat.Spec
|
import qualified Semantic.Stat.Spec
|
||||||
|
import qualified Proto3.Roundtrip
|
||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
@ -51,3 +52,4 @@ main = hspec $ do
|
|||||||
describe "Semantic.CLI" Semantic.CLI.Spec.spec
|
describe "Semantic.CLI" Semantic.CLI.Spec.spec
|
||||||
describe "Semantic.IO" Semantic.IO.Spec.spec
|
describe "Semantic.IO" Semantic.IO.Spec.spec
|
||||||
describe "Integration" Integration.Spec.spec
|
describe "Integration" Integration.Spec.spec
|
||||||
|
describe "Protobuf roundtripping" Proto3.Roundtrip.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user