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