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;
}