Add pull before testing

This commit is contained in:
Taro L. Saito 2011-06-03 17:33:29 +09:00
parent 3895dbc9d8
commit 22210694e1

View File

@ -18,7 +18,7 @@ AMD_SERVER=hx02
BUILD_CMD_PREFIX = hg pull -u && make clean-native && make
BUILD_CMD = $(BUILD_CMD_PREFIX) native
TEST_CMD = mvn test
TEST_CMD = hg pull -u && mvn test
all: compile test