From 609a3e3125f49ee02c82eaa7bf161081ae0e87be Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 10 Feb 2026 17:13:35 +0100 Subject: [PATCH] --- test/{b32.ml => crypto.ml} | 0 test/dune | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename test/{b32.ml => crypto.ml} (100%) diff --git a/test/b32.ml b/test/crypto.ml similarity index 100% rename from test/b32.ml rename to test/crypto.ml diff --git a/test/dune b/test/dune index 3c54d887..1aa7506a 100644 --- a/test/dune +++ b/test/dune @@ -4,9 +4,9 @@ (libraries mte fmt)) (test - (name b32) - (modules b32) - (libraries mte b32 fmt)) + (name crypto) + (modules crypto) + (libraries mte fmt)) ; TODO ; cram test?