diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-21 20:44:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-21 21:49:42 +0200 |
commit | d2a4e7c7f70a0ff0769ed228320833fa6b29bff9 (patch) | |
tree | 6069ca24c9b7e465b3570ca7fe2f614fbe96fe11 /sw/Module_sw.mk | |
parent | 2e13f4e3df13d44c549467d4a9aaa1f3ff83d567 (diff) |
sw: _one_ unit test with use_library_objects sw ought to be enough
Linking those things takes a lot of RAM.
Change-Id: I4db9ee3f07f97601d526ab3f905ecadbf4c552ca
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 7e645c852f98..33ea3f723413 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -46,10 +46,6 @@ $(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 \ |