Add install_test target

This commit is contained in:
Xavier Guimard 2016-02-16 11:19:25 +00:00
parent 52abed42e5
commit f4a336d413
1 changed files with 3 additions and 0 deletions

View File

@ -399,6 +399,9 @@ plackup:
--keep-stderr 1 \
>e2e-tests/conf/fastcgi.log 2>&1 &
install_test:
@TESTWEBSERVERPORT=$(PORT) protractor e2e-tests/protractor-conf.js
#
# INSTALL
#