From 26e3432caaede43fe6bf629cf14271fd52440d2c Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 17 Aug 2022 16:20:55 +0300 Subject: [PATCH] =?UTF-8?q?test/random.bqn=20=E2=86=92=20test/various.bqn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/README.md | 2 +- test/{random.bqn => various.bqn} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{random.bqn => various.bqn} (100%) diff --git a/test/README.md b/test/README.md index 3ce4d4dc..87b3bbdc 100644 --- a/test/README.md +++ b/test/README.md @@ -13,7 +13,7 @@ test/moreCfgs.sh path/to/mlochbaum/BQN // run "2+2" in a bunch of configurations ./BQN test/hash.bqn // fuzz-test hashing ./BQN test/squeezeValid.bqn // fuzz-test squeezing giving a correct result; requires a CBQN build with -DEEQUAL_NEGZERO ./BQN test/squeezeExact.bqn // fuzz-test squeezing giving the exact smallest result; requires a CBQN build with -DEEQUAL_NEGZERO -./BQN test/random.bqn // tests for various small things +./BQN test/various.bqn // tests for various small things make -C test/ffi // test FFI functionality; expects both regular and shared library CBQN builds to already exist legacy utilities: diff --git a/test/random.bqn b/test/various.bqn similarity index 100% rename from test/random.bqn rename to test/various.bqn