move test/bit.bqn to test/run.bqn system

This commit is contained in:
dzaima 2025-06-01 05:22:40 +03:00
parent 2da4422434
commit 315d8681d1
2 changed files with 5 additions and 4 deletions

View File

@ -10,7 +10,6 @@ test/run.bqn // run tests in test/cases/
./BQN test/cmp.bqn // fuzz-test scalar comparison functions =≠<≤>≥ ./BQN test/cmp.bqn // fuzz-test scalar comparison functions =≠<≤>≥
./BQN test/equal.bqn // fuzz-test 𝕨≡𝕩 ./BQN test/equal.bqn // fuzz-test 𝕨≡𝕩
./BQN test/copy.bqn // fuzz-test creating new arrays with elements copied from another ./BQN test/copy.bqn // fuzz-test creating new arrays with elements copied from another
./BQN test/bit.bqn // fuzz-test •bit functions
./BQN test/mut.bqn // fuzz-test mut.h (currently just bitarr fill) ./BQN test/mut.bqn // fuzz-test mut.h (currently just bitarr fill)
./BQN test/various.bqn // tests for various small things ./BQN test/various.bqn // tests for various small things
./BQN test/random.bqn // test (•MakeRand n).Range ./BQN test/random.bqn // test (•MakeRand n).Range

View File

@ -1,6 +1,8 @@
u 100×(•UnixTime+1|100וMonoTime)@ ### WHOLE-FILE-TEST
r •MakeRand •Show u # •bit tests
RandVals, casts r •Import "utils.bqn" helpers •args
r (helpers.GetRand@)
RandVals, casts r helpers.Import "utils.bqn"
widths ¨casts widths ¨casts
# Test •bit._cast first # Test •bit._cast first