-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around missing quickcheck_deprecated
- Loading branch information
1 parent
311099d
commit 4147d65
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |