Skip to content

Commit

Permalink
Add in ActiveTests so its easier to test in future
Browse files Browse the repository at this point in the history
Remove file that shouldn't have been checked in
  • Loading branch information
rickprice committed Jan 7, 2025
1 parent 00cee64 commit 9c778f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,16 @@ testall: @DEF_MAKE_RULE@ platform
-$(TESTPYTHON) $(TESTPROG) -uall $(TESTOPTS)
$(TESTPYTHON) $(TESTPROG) -uall $(TESTOPTS)


TESTOPTSA= $(TESTOPTS) -vvv
TESTPROGA= $(srcdir)/Lib/test/test_shutil.py
TESTPYTHONA= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -3 -E -tt $(TESTPYTHONOPTS)
testA:
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
-$(TESTPYTHONA) $(TESTPROGA) $(TESTOPTSA)
$(TESTPYTHONA) $(TESTPROGA) $(TESTOPTSA)


# Run the unitests for both architectures in a Universal build on OSX
# Must be run on an Intel box.
testuniversal: @DEF_MAKE_RULE@ platform
Expand Down

0 comments on commit 9c778f8

Please sign in to comment.