From e246ff0d507a7fb1ddc8a839205f030ed44c21e5 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 20 Jul 2017 18:13:37 +0300 Subject: chamelium: Add support for VGA frame comparison testing This adds support for VGA frame comparison testing with the reference generated from cairo. The retrieved frame from the chamelium is first cropped, as it contains the blanking intervals, through a dedicated helper. Another helper function asserts that the analog frame matches or dump it to png if not. Signed-off-by: Paul Kocialkowski Reviewed-by: Lyude --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7ea768e2..dec3e923 100644 --- a/configure.ac +++ b/configure.ac @@ -197,6 +197,10 @@ if test "x$enable_chamelium" = xyes; then if test x"$glib" != xyes; then AC_MSG_ERROR([Failed to find glib, required by chamelium. Use --disable-chamelium to disable chamelium support.]) fi + if test x"$gsl" != xyes; then + AC_MSG_ERROR([Failed to find gsl, required by chamelium. Use --disable-chamelium to disable chamelium support.]) + fi + AC_DEFINE(HAVE_CHAMELIUM, 1, [Enable Chamelium support]) fi -- cgit v1.2.3