more osx help
This commit is contained in:
parent
39c2bf9291
commit
a560d3b8c2
5
TODO
5
TODO
@ -1,3 +1,8 @@
|
|||||||
|
- need some way to disable tests in test_formats if those load/save options
|
||||||
|
are not there
|
||||||
|
|
||||||
|
perhaps "vips fitsload" with no args should not set errno?
|
||||||
|
|
||||||
- use vips_resize() in vipsthumbnail?
|
- use vips_resize() in vipsthumbnail?
|
||||||
|
|
||||||
should the sharpening filter be selectable?
|
should the sharpening filter be selectable?
|
||||||
|
@ -24,6 +24,6 @@ TESTS = \
|
|||||||
test_threading.sh
|
test_threading.sh
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf tmp
|
-rm -rf tmp-*
|
||||||
-rm -f *.pyc
|
-rm -f *.pyc
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
top_srcdir=@TOP_SRCDIR@
|
top_srcdir=@TOP_SRCDIR@
|
||||||
tmp=$top_srcdir/test/tmp
|
# we need a different tmp for each script since make can run tests in parallel
|
||||||
|
tmp=$top_srcdir/test/tmp-$$
|
||||||
test_images=$top_srcdir/test/images
|
test_images=$top_srcdir/test/images
|
||||||
image=$test_images/IMG_4618.jpg
|
image=$test_images/IMG_4618.jpg
|
||||||
mkdir -p $tmp
|
mkdir -p $tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user