Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d94f652d
Commit
d94f652d
authored
Mar 30, 2014
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test case for freeze.
parent
818bc206
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
Misc/NEWS
Misc/NEWS
+2
-0
Tools/freeze/test/Makefile
Tools/freeze/test/Makefile
+11
-0
Tools/freeze/test/ok.py
Tools/freeze/test/ok.py
+2
-0
No files found.
Misc/NEWS
View file @
d94f652d
...
...
@@ -120,6 +120,8 @@ Documentation
Tests
-----
- Add test case for freeze.
- Issue #20743: Fix a reference leak in test_tcl.
- Issue #21097: Move test_namespace_pkgs into test_importlib.
...
...
Tools/freeze/test/Makefile
0 → 100644
View file @
d94f652d
# Makefile to test freeze
# set PYTHON to path of Python interpreter to test
PYTHON
=
python
# set OUTDIR to the temp directory for freeze
OUTDIR
=
outdir
test
:
$(PYTHON)
../freeze.py
-o
$(OUTDIR)
ok.py
make
-C
$(OUTDIR)
$(OUTDIR)
/ok
Tools/freeze/test/ok.py
0 → 100644
View file @
d94f652d
import
sys
sys
.
exit
(
0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment