Skip to content

Commit

Permalink
Work around missing quickcheck_deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 311099d commit 4147d65
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions core/bigstring_unix/test/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library (name bistring_unix_test)
(libraries bigbuffer_blocking bigstring_unix quickcheck_deprecated)
(preprocess (pps ppx_jane)))
; (library (name bistring_unix_test)
; (libraries bigbuffer_blocking bigstring_unix quickcheck_deprecated)
; (preprocess (pps ppx_jane)))
16 changes: 8 additions & 8 deletions core/test/bin/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(alias (name runtest) (deps test_runner.exe)
(action (bash ./test_runner.exe)))
; (alias (name runtest) (deps test_runner.exe)
; (action (bash ./test_runner.exe)))

(executables
(names am_running_inline_test command_shape_test_child
command_shape_test_parent test_runner thread_on_uncaught_exn)
(libraries bin_prot core oUnit ppx_inline_test.runtime-lib
quickcheck_deprecated sexplib variantslib)
(preprocess (pps ppx_jane -allow-unannotated-ignores)))
; (executables
; (names am_running_inline_test command_shape_test_child
; command_shape_test_parent test_runner thread_on_uncaught_exn)
; (libraries bin_prot core oUnit ppx_inline_test.runtime-lib
; quickcheck_deprecated sexplib variantslib)
; (preprocess (pps ppx_jane -allow-unannotated-ignores)))
12 changes: 6 additions & 6 deletions core_kernel/binary_packing/test-bin/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(alias (name runtest) (deps (:first_dep test_binary_packing.exe))
(action (bash ./%{first_dep})))
; (alias (name runtest) (deps (:first_dep test_binary_packing.exe))
; (action (bash ./%{first_dep})))

(executables (names test_binary_packing)
(libraries binary_packing binary_packing_test core oUnit
quickcheck_deprecated)
(preprocess (pps ppx_jane)))
; (executables (names test_binary_packing)
; (libraries binary_packing binary_packing_test core oUnit
; quickcheck_deprecated)
; (preprocess (pps ppx_jane)))
10 changes: 5 additions & 5 deletions core_kernel/pairing_heap/test-bin/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(alias (name runtest) (deps (:first_dep test_pairing_heap.exe))
(action (bash ./%{first_dep})))
; (alias (name runtest) (deps (:first_dep test_pairing_heap.exe))
; (action (bash ./%{first_dep})))

(executables (names test_pairing_heap)
(libraries core pairing_heap oUnit quickcheck_deprecated)
(preprocess (pps ppx_jane -allow-unannotated-ignores)))
; (executables (names test_pairing_heap)
; (libraries core pairing_heap oUnit quickcheck_deprecated)
; (preprocess (pps ppx_jane -allow-unannotated-ignores)))

0 comments on commit 4147d65

Please sign in to comment.