summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-07-25 17:21:43 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-07-25 18:43:45 +0200
commit20c9cd497cef9fab46f1e24eebe5fa98dc04a444 (patch)
treeac5b15ff7354152da2eb8cb45e3fb8e494253b3a /test
parenta986514d0e1ebe78677af6200172fc391e3f063c (diff)
Make rcgen use getoptpp and add strip-path argument.
Diffstat (limited to 'test')
-rw-r--r--test/uitests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am
index 39571e2..a5e6d01 100644
--- a/test/uitests/Makefile.am
+++ b/test/uitests/Makefile.am
@@ -55,8 +55,8 @@ rcgen_verbose = $(rcgen_verbose_@AM_V@)
rcgen_verbose_ = $(rcgen_verbose_@AM_DEFAULT_V@)
rcgen_verbose_0 = @echo " RCGEN "$@;
-benchmarktest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES)
- $(rcgen_verbose)$(top_builddir)/plugingui/rcgen -d $(top_srcdir)/test/uitests $(RES) > $(top_srcdir)/test/uitests/benchmarktest_resource_data.cc
+$(top_builddir)/test/uitests/benchmarktest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES)
+ $(rcgen_verbose)$(top_builddir)/plugingui/rcgen$(EXEEXT) -d $(top_srcdir)/test/uitests -o $@ $(RES)
benchmarktest_LDADD = \
$(top_builddir)/plugingui/libdggui.la \
@@ -67,7 +67,7 @@ benchmarktest_CXXFLAGS = \
-I$(top_srcdir)/hugin
benchmarktest_SOURCES = \
benchmarktest.cc \
- benchmarktest_resource_data.cc \
+ $(top_builddir)/test/uitests/benchmarktest_resource_data.cc \
$(top_srcdir)/hugin/hugin.c
powerwidgettest_LDADD = \