diff options
author | foobar <sniper@php.net> | 2005-08-08 16:06:49 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-08-08 16:06:49 +0000 |
commit | ee5fd96e37a1396e87f8bcfd55ef22a5043a0794 (patch) | |
tree | c53f340d1ec4b9ead6b95534f79ec5bef2d48f7f /scripts/Makefile.frag | |
parent | 0f2986fe9d53903bfb1bb2b8988055545b5fdb83 (diff) | |
download | php-git-ee5fd96e37a1396e87f8bcfd55ef22a5043a0794.tar.gz |
- Made it possible to do "make test" for phpized extensions
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r-- | scripts/Makefile.frag | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index debe7a5beb..f2fd54bf4d 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -13,7 +13,9 @@ BUILD_FILES = \ build/libtool.m4 \ Makefile.global \ acinclude.m4 \ - ltmain.sh + ltmain.sh \ + run-tests.php \ + run-tests-config.php BUILD_FILES_EXEC = \ build/shtool \ |