We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab396e commit d8f3fcdCopy full SHA for d8f3fcd
Makefile
@@ -35,7 +35,7 @@ test.prepare:
35
rm -rf .test
36
# Create fake GNOROOT with stdlibs, testing stdlibs, and p/ dependencies.
37
# This is currently necessary as gno.mod's `replace` functionality is not linked with the VM.
38
- mkdir -p .test/gnovm/tests .test/examples/gno.land/p/demo .test/examples/gno.land/r/demo
+ mkdir -p .test/gnovm/tests .test/examples/gno.land/p/demo .test/examples/gno.land/p/demo/grc .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/grc/grc20 gno.land/p/demo/grc/grc721 gno.land/p/demo/users gno.land/r/demo/users; do \
0 commit comments