forked from pool/python-pgmagick
- Rewrite the check section completly, making use of upstream's Makefile.
- Also copy in a missing utils with a constant when we require it. - Switch to pyproject macros. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pgmagick?expand=0&rev=12
This commit is contained in:
27
Makefile
Normal file
27
Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
all: cookbook blob color image geometry montage api
|
||||
|
||||
PYTHON?=python
|
||||
|
||||
cookbook:
|
||||
@${PYTHON} test_cookbook.py ${TEST_OPTIONS}
|
||||
|
||||
blob:
|
||||
@${PYTHON} test_pgmagick_blob.py ${TEST_OPTIONS}
|
||||
|
||||
color:
|
||||
@${PYTHON} test_pgmagick_color.py ${TEST_OPTIONS}
|
||||
|
||||
image:
|
||||
@${PYTHON} test_pgmagick_image.py ${TEST_OPTIONS}
|
||||
|
||||
geometry:
|
||||
@${PYTHON} test_pgmagick_geometry.py ${TEST_OPTIONS}
|
||||
|
||||
montage:
|
||||
@${PYTHON} test_pgmagick_montage.py ${TEST_OPTIONS}
|
||||
|
||||
api:
|
||||
@${PYTHON} test_pgmagick_api.py ${TEST_OPTIONS}
|
||||
|
||||
clean:
|
||||
rm *.png *.jpg
|
||||
Reference in New Issue
Block a user