diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-19 12:09:14 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-20 15:16:37 +0100 |
commit | ca7aa534777db183cabcc01978840a4581f01829 (patch) | |
tree | 1b023eca3f28d925515679dcc71f76977965224e /svl/Module_svl.mk | |
parent | 57444c86d274e5602218d1163810fe586aec02c0 (diff) |
svl: add new test to subsequenttests
Diffstat (limited to 'svl/Module_svl.mk')
-rw-r--r-- | svl/Module_svl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index 801aa5a86f16..2639cdff346c 100644 --- a/svl/Module_svl.mk +++ b/svl/Module_svl.mk @@ -43,6 +43,7 @@ $(eval $(call gb_Module_add_check_targets,svl,\ # in tail build $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ + CppunitTest_svl_urihelper \ JunitTest_svl_complex \ )) |