From b2f49c69b146603d6c34fb5ca67ebadd745ec623 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 18 Apr 2019 12:24:34 +0200 Subject: Add a dl() test to Travis Compile the zend_test extension as shared and try loading it with dl() to test for obvious issues. Doing this as a standalone call because this is very specific to the CI setup. --- travis/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/compile.sh b/travis/compile.sh index 0017026c1b..03d8ac6c1e 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -76,7 +76,7 @@ $TS \ --with-xpm-dir=/usr \ --with-kerberos \ --enable-sysvmsg \ ---enable-zend-test \ +--enable-zend-test=shared \ > "$CONFIG_LOG_FILE" make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE" -- cgit v1.2.1