From c5c72e0a50165176eb98f34c893437d0adbfd217 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 30 Mar 2023 23:06:22 -0400 Subject: [PATCH] move cbor tests --- {src/cbor/tests => tests/cbor}/appendix_a.json | 0 {src/cbor/tests => tests/cbor}/dune | 0 {src/cbor/tests => tests/cbor}/t_appendix_a.ml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {src/cbor/tests => tests/cbor}/appendix_a.json (100%) rename {src/cbor/tests => tests/cbor}/dune (100%) rename {src/cbor/tests => tests/cbor}/t_appendix_a.ml (100%) diff --git a/src/cbor/tests/appendix_a.json b/tests/cbor/appendix_a.json similarity index 100% rename from src/cbor/tests/appendix_a.json rename to tests/cbor/appendix_a.json diff --git a/src/cbor/tests/dune b/tests/cbor/dune similarity index 100% rename from src/cbor/tests/dune rename to tests/cbor/dune diff --git a/src/cbor/tests/t_appendix_a.ml b/tests/cbor/t_appendix_a.ml similarity index 100% rename from src/cbor/tests/t_appendix_a.ml rename to tests/cbor/t_appendix_a.ml