diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-02-23 15:28:41 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-07 19:07:00 +0100 |
commit | 0ea8c2f03ffacecb1b02aad4416ae52eb69aa5a1 (patch) | |
tree | 25d1fb447b5792db34533805b5d09d004537f351 /test/uitests/Makefile.am | |
parent | ca4c3e6006c112503fe9be957353b4aa3bddfe69 (diff) |
Add UI benchmark test.
Diffstat (limited to 'test/uitests/Makefile.am')
-rw-r--r-- | test/uitests/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index 14cbf4e..e85190f 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -1,5 +1,5 @@ noinst_PROGRAMS = resizetest tabwidgettest framewidgettest \ - filebrowsertest + filebrowsertest benchmarktest resizetest_LDADD = $(top_srcdir)/plugingui/libdggui.la $(top_srcdir)/src/libdg.la resizetest_CXXFLAGS = \ @@ -36,3 +36,13 @@ framewidgettest_CXXFLAGS = \ framewidgettest_SOURCES = \ framewidgettest.cc \ $(top_srcdir)/hugin/hugin.c + +benchmarktest_LDADD = \ + $(top_srcdir)/plugingui/libdggui.la $(top_srcdir)/src/libdg.la +benchmarktest_CXXFLAGS = \ + -I$(top_srcdir)/plugingui \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/hugin +benchmarktest_SOURCES = \ + benchmarktest.cc \ + $(top_srcdir)/hugin/hugin.c |