Index: ppx_deriving-4.4.1/src_test/create/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/create/dune +++ ppx_deriving-4.4.1/src_test/create/dune @@ -1,4 +1,4 @@ (test (name test_deriving_create) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.create ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/deriving/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/deriving/dune +++ ppx_deriving-4.4.1/src_test/deriving/dune @@ -1,4 +1,4 @@ (test (name test_ppx_deriving) - (libraries oUnit compiler-libs.common ppx_deriving.api) + (libraries ounit2 compiler-libs.common ppx_deriving.api) (preprocess (pps ppx_deriving.ord ppx_deriving.show ppx_deriving.eq))) Index: ppx_deriving-4.4.1/src_test/enum/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/enum/dune +++ ppx_deriving-4.4.1/src_test/enum/dune @@ -1,4 +1,4 @@ (test (name test_deriving_enum) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.enum ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/eq/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/eq/dune +++ ppx_deriving-4.4.1/src_test/eq/dune @@ -5,5 +5,5 @@ (test (name test_deriving_eq) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.eq ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/fold/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/fold/dune +++ ppx_deriving-4.4.1/src_test/fold/dune @@ -5,5 +5,5 @@ (test (name test_deriving_fold) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.fold))) Index: ppx_deriving-4.4.1/src_test/iter/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/iter/dune +++ ppx_deriving-4.4.1/src_test/iter/dune @@ -5,5 +5,5 @@ (test (name test_deriving_iter) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.iter ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/make/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/make/dune +++ ppx_deriving-4.4.1/src_test/make/dune @@ -1,4 +1,4 @@ (test (name test_deriving_make) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.make ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/map/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/map/dune +++ ppx_deriving-4.4.1/src_test/map/dune @@ -5,5 +5,5 @@ (test (name test_deriving_map) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.map ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/ord/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/ord/dune +++ ppx_deriving-4.4.1/src_test/ord/dune @@ -5,5 +5,5 @@ (test (name test_deriving_ord) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.ord))) Index: ppx_deriving-4.4.1/src_test/runtime/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/runtime/dune +++ ppx_deriving-4.4.1/src_test/runtime/dune @@ -5,5 +5,5 @@ (test (name test_runtime) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.eq ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/show/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/show/dune +++ ppx_deriving-4.4.1/src_test/show/dune @@ -5,5 +5,5 @@ (test (name test_deriving_show) - (libraries oUnit ppx_deriving.runtime) + (libraries ounit2 ppx_deriving.runtime) (preprocess (pps ppx_deriving.show))) Index: ppx_deriving-4.4.1/src_test/api/dune =================================================================== --- ppx_deriving-4.4.1.orig/src_test/api/dune +++ ppx_deriving-4.4.1/src_test/api/dune @@ -5,5 +5,5 @@ (test (name test_api) - (libraries oUnit compiler-libs.common ppx_deriving.api) + (libraries ounit2 compiler-libs.common ppx_deriving.api) (preprocess (action (run ppxfind -legacy ppx_tools.metaquot --as-pp %{input-file}))))