Skip to content

Commit d8f3fcd

Browse files
committed
mkdir grc
1 parent fab396e commit d8f3fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test.prepare:
3535
rm -rf .test
3636
# Create fake GNOROOT with stdlibs, testing stdlibs, and p/ dependencies.
3737
# 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
38+
mkdir -p .test/gnovm/tests .test/examples/gno.land/p/demo .test/examples/gno.land/p/demo/grc .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
4141
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

Comments
 (0)