Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
add a rule which initialize t/lua-TestMore submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Oct 30, 2009
1 parent 4f0ef18 commit c86de8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/makefiles/root.in
Expand Up @@ -244,6 +244,10 @@ $(LIBPATH)/luabytecode_gen.pir: $(LIBPATH)/luabytecode.rules src/build/translato
$(PERL) src/build/translator.pl $(LIBPATH)/luabytecode.rules \
--output $(LIBPATH)/luabytecode_gen.pir

t/lua-TestMore/src/Test/More.lua:
git submodule init t/lua-TestMore
git submodule update

Test/More.pir: t/lua-TestMore/src/Test/More.lua
-$(MKPATH) Test
-$(CP) t/lua-TestMore/src/Test/More.lua Test/More.lua
Expand Down

0 comments on commit c86de8d

Please sign in to comment.