We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8904f commit fab396eCopy full SHA for fab396e
Makefile
@@ -38,7 +38,7 @@ test.prepare:
38
mkdir -p .test/gnovm/tests .test/examples/gno.land/p/demo .test/examples/gno.land/r/demo
39
cp -r "$(GNOROOT)/gnovm/stdlibs" .test/gnovm/stdlibs
40
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 \
+ 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 \
42
cp -r "$(GNOROOT)/examples/$$i" ".test/examples/$$i";\
43
done
44
# Copy over gnoswap code.
0 commit comments