Skip to content

Commit fab396e

Browse files
committed
copy gno.land/p/demo/grc/grc20 grc721
1 parent 1d8904f commit fab396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test.prepare:
3838
mkdir -p .test/gnovm/tests .test/examples/gno.land/p/demo .test/examples/gno.land/r/demo
3939
cp -r "$(GNOROOT)/gnovm/stdlibs" .test/gnovm/stdlibs
4040
cp -r "$(GNOROOT)/gnovm/tests/stdlibs" .test/gnovm/tests/stdlibs
41-
for i in gno.land/p/demo/ufmt gno.land/p/demo/avl gno.land/p/demo/json gno.land/p/demo/users gno.land/r/demo/users; do \
41+
for i in gno.land/p/demo/ufmt gno.land/p/demo/avl gno.land/p/demo/json gno.land/p/demo/grc/grc20 gno.land/p/demo/grc/grc721 gno.land/p/demo/users gno.land/r/demo/users; do \
4242
cp -r "$(GNOROOT)/examples/$$i" ".test/examples/$$i";\
4343
done
4444
# Copy over gnoswap code.

0 commit comments

Comments
 (0)