1
0
Fork 0

avoid dup test with ./run retest

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1274 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 2013-06-25 04:53:05 +00:00
parent 00db145cf0
commit db77416e0b
1 changed files with 3 additions and 1 deletions

View File

@ -31,5 +31,7 @@ xcachesvnclean: clean
xcachetest: all
$(SED) "s#\\./\\.libs/#$(top_builddir)/\\.libs/#" < $(srcdir)/xcache-test.ini > $(top_builddir)/tmp-php.ini
TEST_PHP_SRCDIR=$(srcdir) $(srcdir)/run-xcachetest $(TESTS) $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini
if test -z "$(TESTS)"; then \
TEST_PHP_SRCDIR=$(srcdir) $(srcdir)/run-xcachetest $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini; \
fi
$(srcdir)/run-xcachetest $(TESTS) $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini