diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-28 21:56:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-28 22:08:41 +0200 |
commit | eb213e490d9a366477b921d1a408d85c4638499e (patch) | |
tree | b75919d5b88c43cea5c6de6bafdfd776f42fd1af /sw/Module_sw.mk | |
parent | 365b075e8469f1897fc8a90ede1dfd205feca82b (diff) |
Revert "sw: _one_ unit test with use_library_objects sw ought to be enough"
This reverts commit d2a4e7c7f70a0ff0769ed228320833fa6b29bff9.
We now export SwGlobals::ensure for another test, so no need to use
sw objects in this one...
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 33ea3f723413..7e645c852f98 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -46,6 +46,10 @@ $(eval $(call gb_Module_add_targets,sw,\ endif +$(eval $(call gb_Module_add_check_targets,sw,\ + CppunitTest_sw_tox \ +)) + $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_uwriter \ CppunitTest_sw_htmlexport \ |