Skip to content

Commit a0d3bf1

Browse files
committed
chore: Add Makefile
1 parent dc4097c commit a0d3bf1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: test run
2+
3+
test:
4+
cargo nextest run --workspace --no-fail-fast && ./scripts/build.sh --lit
5+
6+
run:
7+
cargo r -- target/demo.st tests/lit/util/printf.pli --linker=clang && ./demo.st.out

0 commit comments

Comments
 (0)