Commit 72a8eae0 authored by Fred Drake's avatar Fred Drake

"make test" expects an in-place build; fix the dependencies.

(The "build" target used to be an in-place build, but someone changed
that.)
parent a394075f
...@@ -74,7 +74,7 @@ uninstall: ...@@ -74,7 +74,7 @@ uninstall:
TESTOPTS=-v1 -e -d lib/python TESTOPTS=-v1 -e -d lib/python
test: build test: inplace
${PYTHON} "${BASE_DIR}/utilities/testrunner.py" ${TESTOPTS} ${PYTHON} "${BASE_DIR}/utilities/testrunner.py" ${TESTOPTS}
clean: clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment