diff options
author | August Sodora <augsod@gmail.com> | 2011-11-26 13:55:52 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-26 13:55:52 -0500 |
commit | 091ba739bad456938d462d808f5a76927d884ed9 (patch) | |
tree | 20ae59b7a508685c76e62d5768474f78c9fce50a /svl/CppunitTest_svl_lngmisc.mk | |
parent | e81f36f6b62c6686f0156aef151ad8bf6d1b7917 (diff) |
Added test for linguistic::RemoveHyphen and some simplification
Diffstat (limited to 'svl/CppunitTest_svl_lngmisc.mk')
-rw-r--r-- | svl/CppunitTest_svl_lngmisc.mk | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/svl/CppunitTest_svl_lngmisc.mk b/svl/CppunitTest_svl_lngmisc.mk new file mode 100644 index 000000000000..89c211bc9df3 --- /dev/null +++ b/svl/CppunitTest_svl_lngmisc.mk @@ -0,0 +1,36 @@ +$(eval $(call gb_CppunitTest_CppunitTest,svl_lngmisc)) + +$(eval $(call gb_CppunitTest_add_exception_objects,svl_lngmisc, \ +svl/qa/unit/test_lngmisc \ +)) + +# add a list of all needed libraries here +$(eval $(call gb_CppunitTest_add_linked_libs,svl_lngmisc, \ + comphelper \ + cppu \ + cppuhelper \ + sal \ + salhelper \ + sb \ + sot \ + svl \ + svt \ + tl \ + utl \ + vcl \ + xcr \ + $(gb_STDLIBS) \ +)) + +ifeq ($(GUI),WNT) +$(eval $(call gb_CppunitTest_add_linked_libs,svl_lngmisc, \ + oleaut32 \ +)) +endif + +$(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\ +-I$(realpath $(SRCDIR)/svl/source/inc) \ +-I$(realpath $(SRCDIR)/svl/inc) \ +$$(INCLUDE) \ +-I$(OUTDIR)/inc \ +))
\ No newline at end of file |