Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable the jpeg test on OSX
Baptiste Daroussin committed 10 years ago
commit fbd072e5004d3d369e01093a31b8a84e1716f12b
parent bd0feb9
1 file changed +4 -1
modified tests/frontend/jpeg.sh
@@ -2,8 +2,11 @@

. $(atf_get_srcdir)/test_environment.sh

+
if [ "${OS}" != "Darwin" ]; then
+
	jpeg=jpeg
+
fi
tests_init \
-
	jpeg
+
	${jpeg}

jpeg_body() {
	cc -shared -Wl,-soname=libjpeg.so.3 -o libjpeg.so.3