diff options
author | August Sodora <augsod@gmail.com> | 2011-10-18 14:50:21 -0400 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-21 10:08:57 +0100 |
commit | 034350a5097c2138311999b87da5621fe0d9d96e (patch) | |
tree | a1e3f29098a7057dbb25b1081ef2618df5a11403 /basic/CppunitTest_basic_scanner.mk | |
parent | 1af9425e8239d1f7e3a12bf9979d190904f695cd (diff) |
String->OUString, with accompanying tests
Diffstat (limited to 'basic/CppunitTest_basic_scanner.mk')
-rw-r--r-- | basic/CppunitTest_basic_scanner.mk | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk new file mode 100644 index 000000000000..bf8237c48b37 --- /dev/null +++ b/basic/CppunitTest_basic_scanner.mk @@ -0,0 +1,33 @@ +$(eval $(call gb_CppunitTest_CppunitTest,basic_scanner)) + +$(eval $(call gb_CppunitTest_add_exception_objects,basic_scanner, \ + basic/qa/cppunit/test_scanner \ +)) + +$(eval $(call gb_CppunitTest_add_library_objects,basic_scanner,sb)) + +# add a list of all needed libraries here +$(eval $(call gb_CppunitTest_add_linked_libs,basic_scanner, \ + comphelper \ + cppu \ + cppuhelper \ + sal \ + salhelper \ + sb \ + sfx \ + sot \ + svl \ + svt \ + tl \ + utl \ + vcl \ + xcr \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_CppunitTest_set_include,basic_scanner,\ +-I$(realpath $(SRCDIR)/basic/source/inc) \ +-I$(realpath $(SRCDIR)/basic/inc) \ +$$(INCLUDE) \ +-I$(OUTDIR)/inc \ +)) |