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

Commit

Permalink
now we don't need to test against installed parrot-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Oct 25, 2009
1 parent 4f842b3 commit 63b8afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions config/makefiles/root.in
Expand Up @@ -379,19 +379,13 @@ staging : build
$(CP) lua//*.pbc t/lua-TestMore/test_lua51/lua
$(CP) lua/library//*.pbc t/lua-TestMore/test_lua51/lua/library

#spectest : staging
# cd t && cd lua-TestMore && cd test_lua51 \
# && prove -f --exec="$(PARROT) ../../../lua.pbc" --jobs 1 *.t lib//*.t
spectest : install
spectest : staging
cd t && cd lua-TestMore && cd test_lua51 \
&& prove -f --exec=parrot-lua --jobs 1 *.t lib//*.t
&& prove -f --exec="$(PARROT) ../../../lua.pbc" --jobs 1 *.t lib//*.t

#smolder : staging
# -cd t && cd lua-TestMore && cd test_lua51 \
# && prove -f --archive=test_lua51.tar.gz --exec="$(PARROT) ../../../lua.pbc" --jobs 1 *.t
smolder : install
smolder : staging
-cd t && cd lua-TestMore && cd test_lua51 \
&& prove -f --archive=test_lua51.tar.gz --exec=parrot-lua --jobs 1 *.t
&& prove -f --archive=test_lua51.tar.gz --exec="$(PARROT) ../../../lua.pbc" --jobs 1 *.t
curl -F architecture=@cpuarch@ \
-F platform=@osname@ \
-F revision=@revision@ \
Expand Down
2 changes: 1 addition & 1 deletion t/lua-TestMore
Submodule lua-TestMore updated from e966af to ed10b6

0 comments on commit 63b8afc

Please sign in to comment.