Skip to content

Commit

Permalink
WIP A ThreadNet test with a Shelley-to-Shelley hard fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Sep 23, 2020
1 parent b9ba377 commit edfd2c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Expand Up @@ -77,6 +77,7 @@ test-suite test
Test.Consensus.Cardano.Golden
Test.Consensus.Cardano.Serialisation
Test.ThreadNet.Cardano
Test.ThreadNet.Cardano2

build-depends: base
, bytestring
Expand Down
2 changes: 2 additions & 0 deletions ouroboros-consensus-cardano-test/test/Main.hs
Expand Up @@ -7,6 +7,7 @@ import qualified Test.Consensus.Cardano.ByronCompatibility (tests)
import qualified Test.Consensus.Cardano.Golden (tests)
import qualified Test.Consensus.Cardano.Serialisation (tests)
import qualified Test.ThreadNet.Cardano (tests)
import qualified Test.ThreadNet.Cardano2 (tests)

main :: IO ()
main = defaultMainWithIohkNightly tests
Expand All @@ -18,4 +19,5 @@ tests =
, Test.Consensus.Cardano.Golden.tests
, Test.Consensus.Cardano.Serialisation.tests
, Test.ThreadNet.Cardano.tests
, Test.ThreadNet.Cardano2.tests
]
Expand Up @@ -10,6 +10,9 @@

module Test.ThreadNet.Cardano (
tests
, genPartition
, Partition (..)
, partitionExclusiveUpperBound
) where

import Control.Exception (assert)
Expand Down

0 comments on commit edfd2c7

Please sign in to comment.