Sign in
fuchsia
/
third_party
/
qcms
/
9603c6d6248453140a47b4e77321bed9d6af1e58
/
.
/
test-invalid.c
blob: 7a1b9a3464bfcd25426438bbed64f8c95ba443dd [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
<assert.h>
#include
"qcms.h"
int
main
()
{
assert
(!
qcms_profile_from_path
(
"bad-profiles/rand.icc"
));
assert
(!
qcms_profile_from_path
(
"bad-profiles/curve.icc"
));
return
0
;
}