mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Made it possible to do "make test" for phpized extensions
This commit is contained in:
parent
0f2986fe9d
commit
ee5fd96e37
7 changed files with 30 additions and 14 deletions
|
@ -8,11 +8,12 @@ includedir="`eval echo @includedir@`/php"
|
|||
builddir="`pwd`"
|
||||
|
||||
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4"
|
||||
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh"
|
||||
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
|
||||
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \
|
||||
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
|
||||
aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \
|
||||
config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h"
|
||||
config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \
|
||||
run-tests*.php"
|
||||
|
||||
# function declaration
|
||||
phpize_usage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue