Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcb393f

Browse files
committed
The 'test' target ought to depend on 'all', not just on python$(EXE)
-- otherwise shared libraries might not be rebuilt.
1 parent 0eefa3f commit bcb393f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Modules: Parser Python Objects
235235
TESTOPTS=
236236
TESTPROG= $(srcdir)/Lib/test/regrtest.py
237237
TESTPYTHON= ./python$(EXE)
238-
test: python$(EXE)
238+
test: all
239239
-rm -f $(srcdir)/Lib/test/*.py[co]
240240
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
241241
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)

0 commit comments

Comments
 (0)