diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-01-23 15:33:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 15:33:12 (GMT) |
commit | ba253a4794ae2d35a6f6df46a98a1ed38bd61268 (patch) | |
tree | 3bd465e925797554ceda62f6d0e36b77e2f3c7eb /Makefile.pre.in | |
parent | 01105c7c4f7f01a8b1077008e61d5c7df0ab832b (diff) | |
download | cpython-ba253a4794ae2d35a6f6df46a98a1ed38bd61268.zip cpython-ba253a4794ae2d35a6f6df46a98a1ed38bd61268.tar.gz cpython-ba253a4794ae2d35a6f6df46a98a1ed38bd61268.tar.bz2 |
gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 1107259..21b122a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2318,6 +2318,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/tokenizedata \ test/tracedmodules \ test/typinganndata \ + test/wheeldata \ test/xmltestdata \ test/xmltestdata/c14n-20 |