diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2024-05-22 15:02:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 15:02:18 (GMT) |
commit | 721459831afb2a56eaa3b09e3123a78304500b03 (patch) | |
tree | 7acbd33c7706dfcf7af236d1764efc7ea4e426af /Makefile.pre.in | |
parent | 6892b400dc8c95375ef31f6d716d62a6ff0c4cf2 (diff) | |
download | cpython-721459831afb2a56eaa3b09e3123a78304500b03.zip cpython-721459831afb2a56eaa3b09e3123a78304500b03.tar.gz cpython-721459831afb2a56eaa3b09e3123a78304500b03.tar.bz2 |
[3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)
(cherry picked from commit f49df4f486e531ff2666eb22854117c564b3de3d)
Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com>
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 74a438b..9e99c95 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2447,6 +2447,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_pathlib \ test/test_peg_generator \ test/test_pydoc \ + test/test_pyrepl \ test/test_sqlite3 \ test/test_tkinter \ test/test_tomllib \ |