diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-10 11:52:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-10 11:53:32 +0200 |
commit | 9bbc7cf94a05ce71c34421816005fae1692fb5bd (patch) | |
tree | ad0d7d175280922a6560e53b7a2791f8d1f600e8 /smoketest | |
parent | 967a3debe7fac2d749324be9af99192d94439da8 (diff) |
get subsequentcheck unstuck
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index 16a6ea374569..0fc2ab532866 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -48,6 +48,8 @@ else my_soffice:=path:$(OUTDIR)/installation/opt/program/soffice endif +$(eval $(call gb_CppunitTest_use_ure,smoketest)) + $(eval $(call gb_CppunitTest_add_arguments,smoketest,\ -env:arg-soffice=$(my_soffice) \ -env:arg-user=$(WORKDIR)/CustomTarget/smoketest \ |