summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-07 18:43:53 +0000
committerGerald Carter <jerry@samba.org>2005-08-07 18:43:53 +0000
commit38dcbec49ed3f609f48be0f256efc948d232f026 (patch)
treeca467d904a7058fbb8a77cdf8aacdf7887f19112
parent6c6d666261852a27571f33aaa7d217107e3434eb (diff)
downloadsamba-38dcbec49ed3f609f48be0f256efc948d232f026.tar.gz
r9186: comment out 'make check'; to be replaced by 'make test'
-rw-r--r--source/Makefile.in18
1 files changed, 10 insertions, 8 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 423c69089b1..1096809b407 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1558,14 +1558,16 @@ Makefile: $(srcdir)/Makefile.in config.status
# FIXME: LD_LIBRARY_PATH is not portable, but in the absence of
# libtool I don't know a better way to do it. Perhaps we should fix
# libbigballofmud to link statically?
-
-check: check-programs
- LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
- PATH="`pwd`/bin:$$PATH" \
- python stf/standardcheck.py; \
- if test -n "$(PYTHON)"; then \
- python stf/pythoncheck.py; \
- fi
+##
+## not working...to be replaced by 'make test' --jerry
+##
+#check: check-programs
+# LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
+# PATH="`pwd`/bin:$$PATH" \
+# 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,