diff options
Diffstat (limited to 'uitest/UITest_math_demo.mk')
-rw-r--r-- | uitest/UITest_math_demo.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/UITest_math_demo.mk b/uitest/UITest_math_demo.mk index a49b29f2c2dd..fcddbb712412 100644 --- a/uitest/UITest_math_demo.mk +++ b/uitest/UITest_math_demo.mk @@ -16,4 +16,7 @@ $(eval $(call gb_UITest_add_modules,math_demo,$(SRCDIR)/uitest,\ $(eval $(call gb_UITest_set_defs,math_demo, \ TDOC="$(SRCDIR)/uitest/math_tests/data" \ )) + +$(eval $(call gb_UITest_use_oneprocess,math_demo)) + # vim: set noet sw=4 ts=4: |