test/random.bqn → test/various.bqn

This commit is contained in:
dzaima 2022-08-17 16:20:55 +03:00
parent 05a3557115
commit 26e3432caa
2 changed files with 1 additions and 1 deletions

View File

@ -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: