From 2a1b590c0a626f8fec813f77be6066e9bfd0e73a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Jul 2021 13:39:30 +0100 Subject: [PATCH] jstest: Rename the one test we have so far, again Signed-off-by: Ian Jackson --- Makefile | 2 +- jstest/{wasm-load.nodejs => basic.nodejs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename jstest/{wasm-load.nodejs => basic.nodejs} (100%) 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 -- 2.30.2