Skip to content

Commit 875dd59

Browse files
committed
all examples in script, and lockfiles
1 parent 7ef6320 commit 875dd59

File tree

5 files changed

+508
-521
lines changed

5 files changed

+508
-521
lines changed

crux_cli/codegen.fish

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#!/usr/bin/env fish
22

33
cargo build
4-
pushd ../examples/counter
5-
../../target/debug/crux codegen --lib shared
6-
popd
4+
5+
for d in ../examples/*
6+
echo ""
7+
echo "---------------"
8+
echo "Public API for $d"
9+
pushd $d
10+
../../target/debug/crux codegen --lib shared
11+
popd
12+
end

0 commit comments

Comments
 (0)