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

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 17, 2009
1 parent b7e876d commit 46ca7e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/makefiles/root.in
Expand Up @@ -354,9 +354,10 @@ test: build
export LUA_PATH=;;../src/?.lua
export LUA_INIT=platform = { osname=[[@osname@]], intsize=@intsize@ }

spectest : build lua@exe@
#UNLESS(win32): @which parrot-lua
@cd t && cd lua-TestMore && cd test_lua51 && prove --exec=parrot-lua *.t lib/*.t
spectest : build
#UNLESS(win32): which parrot-lua
cd t && cd lua-TestMore && cd test_lua51 \
&& prove --exec=parrot-lua *.t lib//*.t

upload_pl = \
use strict; \
Expand Down Expand Up @@ -396,9 +397,9 @@ else { \
. $$response->message . qq{)\n}; \
}

smoke : build lua@exe@
#UNLESS(win32): @which parrot-lua
-@cd t && cd lua-TestMore && cd test_lua51 \
smoke : build
#UNLESS(win32): which parrot-lua
-cd t && cd lua-TestMore && cd test_lua51 \
&& prove --archive=test_lua51.tar.gz --exec=parrot-lua *.t
@perl -e '$(upload_pl)'

Expand Down

0 comments on commit 46ca7e1

Please sign in to comment.