String->OUString, with accompanying tests

This commit is contained in:
August Sodora
2011-10-18 14:50:21 -04:00
committed by Michael Meeks
parent 1af9425e82
commit 034350a509
10 changed files with 672 additions and 35 deletions

View File

@ -37,4 +37,8 @@ $(eval $(call gb_Module_add_targets,basic,\
StaticLibrary_sample \
))
$(eval $(call gb_Module_add_check_targets,basic,\
CppunitTest_basic_scanner \
))
# vim: set noet sw=4 ts=4: