summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-13 04:38:09 +0000
committerTim Potter <tpot@samba.org>2003-05-13 04:38:09 +0000
commit660e1a77dc9df89ee3ddefae7689552e42e6172b (patch)
tree7445af22d994a82a65cfc8f47850230667d30009 /source3/Makefile.in
parent9b32fe9a2fb3a395a5f8ca6e3cb49d4e1659f2b6 (diff)
downloadsamba-660e1a77dc9df89ee3ddefae7689552e42e6172b.tar.gz
samba-660e1a77dc9df89ee3ddefae7689552e42e6172b.tar.bz2
samba-660e1a77dc9df89ee3ddefae7689552e42e6172b.zip
Add pythoncheck to make check target.
(This used to be commit 7149dc65c7e22d53110c5e8bbab8ba96963ade76)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7f9c2a8b93..2e5bf71923 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1375,7 +1375,10 @@ Makefile: $(srcdir)/Makefile.in config.status
check: check-programs
LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
PATH="`pwd`/bin:$$PATH" \
- python stf/standardcheck.py
+ python stf/standardcheck.py; \
+ if test -n "$(PYTHON)"; then \
+ python stf/pythoncheck.py; \
+ fi
# These are called by the test suite and need to be built before
# running it. For the time being we don't build all of BIN_PROGS,