We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make test
1 parent 6e23223 commit cce3cd6Copy full SHA for cce3cd6
Makefile
@@ -15,6 +15,8 @@ install: all
15
$(INSTALL) src/lua/api-gateway/resty/*.lua $(DESTDIR)/$(LUA_LIB_DIR)/api-gateway/resty/
16
17
test:
18
+ echo "updating git submodules ..."
19
+ if [ ! -d "test/resources/test-nginx/lib" ]; then git submodule update --init --recursive; fi
20
echo "running tests ..."
21
# cp -r test/resources/api-gateway $(BUILD_DIR)
22
mkdir -p $(BUILD_DIR)/
0 commit comments