summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_macro_tests.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/UITest_writer_macro_tests.mk')
-rw-r--r--sw/UITest_writer_macro_tests.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/UITest_writer_macro_tests.mk b/sw/UITest_writer_macro_tests.mk
index 3318e1f5d5dc..01f58cd10f58 100644
--- a/sw/UITest_writer_macro_tests.mk
+++ b/sw/UITest_writer_macro_tests.mk
@@ -12,5 +12,9 @@ $(eval $(call gb_UITest_add_modules,writer_macro_tests,$(SRCDIR)/sw/qa/uitest,\
))
$(eval $(call gb_UITest_set_defs,writer_macro_tests, \
- TDOC="$(SRCDIR)/sw/qa/uitest/macro_tests/data" \
+ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
+
+$(eval $(call gb_UITest_avoid_oneprocess,writer_macro_tests))
+
+# vim: set noet sw=4 ts=4: