diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-02-29 12:01:23 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-07 19:07:01 +0100 |
commit | 450e39c5b02ace3c50d116e4cba825ff695c8665 (patch) | |
tree | 2c8937267858a2cf5d44e0d1ae0308210e00c678 /test/uitests/Makefile.am | |
parent | 0ea8c2f03ffacecb1b02aad4416ae52eb69aa5a1 (diff) |
Benchmark test alpha vs. no-alpha with both partial inner and edge alpha and stretched vs. no
stretched.
Diffstat (limited to 'test/uitests/Makefile.am')
-rw-r--r-- | test/uitests/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
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 |