mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-20 02:34:17 +03:00
12 lines
257 B
Bash
Executable File
12 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Run this as the test script in the docker valgrind image.
|
|
## Note -- can be included directly into the docker image,
|
|
## but requires the currnet python.supp.
|
|
|
|
source /vpy3/bin/activate
|
|
cd /Pillow
|
|
make clean
|
|
make install
|
|
make valgrind-memory
|