Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Apr 3, 2022
1 parent 7ed28bd commit 993ce4b
Show file tree
Hide file tree
Showing 30 changed files with 414 additions and 33 deletions.
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ source-repository-package
cardano-cli
cardano-git-rev
cardano-node
cardano-submit-api
cardano-testnet
trace-dispatcher
trace-forward
Expand Down
1 change: 1 addition & 0 deletions nix/pkgs/haskell/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ let
plutus-example.preCheck = "
export CARDANO_CLI=${config.hsPkgs.cardano-cli.components.exes.cardano-cli}/bin/cardano-cli${pkgs.stdenv.hostPlatform.extensions.executable}
export CARDANO_NODE=${config.hsPkgs.cardano-node.components.exes.cardano-node}/bin/cardano-node${pkgs.stdenv.hostPlatform.extensions.executable}
export CARDANO_SUBMIT_API=${config.hsPkgs.cardano-submit-api.components.exes.cardano-submit-api}/bin/cardano-submit-api${pkgs.stdenv.hostPlatform.extensions.executable}
export CARDANO_NODE_SRC=${src}
";

Expand Down
112 changes: 112 additions & 0 deletions nix/pkgs/haskell/materialized-linux/.plan.nix/cardano-submit-api.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions nix/pkgs/haskell/materialized-linux/default.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 112 additions & 0 deletions nix/pkgs/haskell/materialized-windows/.plan.nix/cardano-submit-api.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions nix/pkgs/haskell/materialized-windows/default.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plutus-example/plutus-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,5 @@ test-suite plutus-example-test

build-tool-depends: cardano-node:cardano-node
, cardano-cli:cardano-cli
, cardano-submit-api:cardano-submit-api

File renamed without changes.
1 change: 1 addition & 0 deletions plutus-example/plutus/data/42.datum.cbor
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions plutus-example/plutus/data/42.redeemer
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"int":42}
1 change: 1 addition & 0 deletions plutus-example/plutus/data/42.redeemer.cbor
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions plutus-example/plutus/data/typed-42.datum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"constructor":0,"fields":[{"int":42}]}
1 change: 1 addition & 0 deletions plutus-example/plutus/data/typed-42.datum.cbor
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�y�*�
1 change: 1 addition & 0 deletions plutus-example/plutus/data/typed-42.redeemer
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"constructor":0,"fields":[{"int":42}]}
Loading

0 comments on commit 993ce4b

Please sign in to comment.