aboutsummaryrefslogtreecommitdiff
path: root/test/README.txt
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-30 20:22:47 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-30 20:22:47 -0500
commit99f37de695119fd643b36f373771bcdcc4a626af (patch)
treed30db1ea6cfe1dda0685b271f124f968d5accae5 /test/README.txt
parent5ecf5494573e7c4f554329646edf072e2bd6cb7c (diff)
Move direct command-line execution from test/js to docs/bqn.js
Diffstat (limited to 'test/README.txt')
-rw-r--r--test/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/README.txt b/test/README.txt
index 22a601b4..b61cf09d 100644
--- a/test/README.txt
+++ b/test/README.txt
@@ -1,12 +1,12 @@
Test scripts:
Script Compiler host Output host/VM
-- js [-prim] Self-host Javascript
-- dz_comp [-prim] dzaima/BQN dzaima/BQN
+- js Self-host Javascript
+- dz_comp dzaima/BQN dzaima/BQN
- dz_wasm.js dzaima/BQN WebAssembly
dz_comp uses the self-hosted compiler ../src/c.bqn by default but not
-the runtime ../src/r.bqn. Pass -rt to test with the runtime, and -comp
+the runtime ../src/r.bqn. Pass -rt to test with the runtime, and -nocomp
to test dzaima/BQN only (this doesn't pass as of the time of writing).
Test cases (cases/):
@@ -15,8 +15,8 @@ Test cases (cases/):
- syntax.bqn * *
- prim.bqn *
-dz_comp can be run on a different set of tests by passing their names
-as arguments; for js the argument "--" is needed, then the names.
+js or dz_comp can be run on a specified set of tests by passing the test
+names as arguments.
Contents of bin/dbqn follow (3 lines). Replace "/path/to/dzaima/" with
your path.