- Made it possible to do "make test" for phpized extensions

This commit is contained in:
foobar 2005-08-08 16:06:49 +00:00
parent 0f2986fe9d
commit ee5fd96e37
7 changed files with 30 additions and 14 deletions

View file

@ -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()