Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
v3.7.0a2
/
.
/
Tools
/
freeze
/
test
/
Makefile
blob: b889e897527a0cfec14574a182bc887673619eb9 [
file
] [
log
] [
blame
]
# 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