From: Ian Jackson Date: Thu, 8 Jul 2021 12:39:30 +0000 (+0100) Subject: jstest: Rename the one test we have so far, again X-Git-Tag: otter-0.7.2~234 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2a1b590c0a626f8fec813f77be6066e9bfd0e73a;p=otter.git jstest: Rename the one test we have so far, again Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 1b87d00d..a74f9a38 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ docs/html/examples/%.toml: specs/%.toml #---------- jstest ---------- -JSTESTS= wasm-load +JSTESTS= basic .PHONY: jstest jstest jstests: $(foreach t,$(JSTESTS),stamp/$t.jstest) diff --git a/jstest/wasm-load.nodejs b/jstest/basic.nodejs similarity index 100% rename from jstest/wasm-load.nodejs rename to jstest/basic.nodejs