- Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify

to include some information about the build environment.
This commit is contained in:
Matthias Klose 2007-09-04 18:17:36 +00:00
parent a5136196bc
commit 642ac8530a
2 changed files with 7 additions and 0 deletions

View File

@ -601,7 +601,11 @@ testuniversal: all platform
# Like testall, but with a single pass only
# run an optional script to include some information about the build environment
buildbottest: all platform
-@if which pybuildbot.identify >/dev/null 2>&1; then \
pybuildbot.identify "CC=$(CC)" "CXX=$(CXX)"; \
fi
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \

View File

@ -996,6 +996,9 @@ Build
- Allow Emacs 22 for building the documentation in info format.
- Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify
to include some information about the build environment.
C API
-----