From 450e39c5b02ace3c50d116e4cba825ff695c8665 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 29 Feb 2020 12:01:23 +0100 Subject: Benchmark test alpha vs. no-alpha with both partial inner and edge alpha and stretched vs. no stretched. --- test/uitests/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/uitests/Makefile.am') diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index e85190f..c47af23 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -37,6 +37,15 @@ framewidgettest_SOURCES = \ framewidgettest.cc \ $(top_srcdir)/hugin/hugin.c +RES = \ + benchmarktest_resources/image_no_alpha.png \ + benchmarktest_resources/image_full_alpha.png \ + benchmarktest_resources/image_edge_alpha.png \ + benchmarktest_resources/image_inner_alpha.png + +benchmarktest_resource_data.cc : $(top_srcdir)/plugingui/rcgen $(RES) + $(top_srcdir)/plugingui/rcgen $(RES) > benchmarktest_resource_data.cc + benchmarktest_LDADD = \ $(top_srcdir)/plugingui/libdggui.la $(top_srcdir)/src/libdg.la benchmarktest_CXXFLAGS = \ @@ -45,4 +54,5 @@ benchmarktest_CXXFLAGS = \ -I$(top_srcdir)/hugin benchmarktest_SOURCES = \ benchmarktest.cc \ + benchmarktest_resource_data.cc \ $(top_srcdir)/hugin/hugin.c -- cgit v1.2.3