diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-23 13:05:03 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-23 13:11:59 +0100 |
commit | 7d3e8c5217250d11b4bf4fcdf74a3791be69ab53 (patch) | |
tree | e5f886d9932903f366e456398ad6aee70b751c95 /sal/Module_sal.mk | |
parent | 53cbca6ee1b8e72144310147c88585a4f4b854c8 (diff) |
sal: Rewrite digest tests to be simpler, enable them in check
Change-Id: I610e615be498237e5cd9dd963bca60c7f8f62aac
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 18db4b7ad815..922bf5b75141 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -47,6 +47,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_rtl_bootstrap \ CppunitTest_sal_rtl_cipher \ CppunitTest_sal_rtl_crc32 \ + CppunitTest_sal_rtl_digest \ CppunitTest_sal_rtl_doublelock \ CppunitTest_sal_rtl_locale \ CppunitTest_sal_rtl_ostringbuffer \ |