reftest: Split out some functionality into own file

Comparing two surfaces is something that can be nicely factored out.
This commit is contained in:
Benjamin Otte
2014-09-21 18:18:38 +02:00
parent 394a7627c5
commit 0182d1ed38
4 changed files with 206 additions and 149 deletions

View File

@ -30,6 +30,8 @@ gtk_reftest_LDADD = \
$(NULL)
gtk_reftest_SOURCES = \
reftest-compare.c \
reftest-compare.h \
reftest-module.c \
reftest-module.h \
gtk-reftest.c \