Skip to content

Commit

Permalink
# git submodule is initialized automatically when running make test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddascal committed Nov 21, 2014
1 parent 6e23223 commit cce3cd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install: all
$(INSTALL) src/lua/api-gateway/resty/*.lua $(DESTDIR)/$(LUA_LIB_DIR)/api-gateway/resty/

test:
echo "updating git submodules ..."
if [ ! -d "test/resources/test-nginx/lib" ]; then git submodule update --init --recursive; fi
echo "running tests ..."
# cp -r test/resources/api-gateway $(BUILD_DIR)
mkdir -p $(BUILD_DIR)/
Expand Down

0 comments on commit cce3cd6

Please sign in to comment.