Skip to content

Commit

Permalink
test-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
pirbo committed Mar 1, 2022
1 parent 61a0cc4 commit dc2415e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/src/lib_time_measurement/ppx/test/dune b/src/lib_time_measurement/ppx/test/dune
index 89efb7b81a..0aa4f99e51 100644
--- a/src/lib_time_measurement/ppx/test/dune
+++ b/src/lib_time_measurement/ppx/test/dune
@@ -1,6 +1,7 @@

(library
(name tezos_time_measurement_ppx_test)
+ (package tezos-time-measurement)
(modules utils)
(inline_tests)
(preprocess (pps ppx_inline_test)))
4 changes: 4 additions & 0 deletions packages/tezos-test-helpers/tezos-test-helpers.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"lwt" { >= "5.4.0" }
"pure-splitmix" { = "0.2" }
]
patches: [ "tests_in-packages.patch" ]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
Expand All @@ -23,6 +24,9 @@ build: [
]
synopsis: "Tezos-agnostic test helpers"

extra-files: [
[ "tests_in-packages.patch" "sha256=3edeb38abfd2db7d83beac274d4f0c0b6bab148ce7da6c418145414d453ff4e5" ]
]
url {
src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2"
checksum: [
Expand Down

0 comments on commit dc2415e

Please sign in to comment.