Skip to content

Commit 51b6039

Browse files
committed
[Makefile] Add make test-scripts.
1 parent 8611431 commit 51b6039

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@ test: \
1515
test-warning \
1616
test-rust \
1717
test-rust-ffi \
18-
benchmark-rust
18+
benchmark-rust \
19+
test-scripts
1920

2021
.PHONY: test-warning
2122
test-warning:
2223
@echo "Warning: tests are slow to run right now."
2324

25+
.PHONY: test-scripts
26+
test-scripts:
27+
bun run -- 'script/cubing-def.ts' 2x2x2
28+
2429
.PHONY: clean
2530
clean:
2631
rm -rf ./.temp ./build ./dist ./src/js/generated-wasm/twips.* ./package-lock.json

0 commit comments

Comments
 (0)