* added number format tests to build of locale kit
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30582 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,7 +12,7 @@ Depends LocaleKitTests
|
|||||||
collatorSpeed
|
collatorSpeed
|
||||||
collatorTest
|
collatorTest
|
||||||
localeTest
|
localeTest
|
||||||
# NumberFormatTests
|
libNumberFormatTests.so
|
||||||
;
|
;
|
||||||
|
|
||||||
rule LocaleTest
|
rule LocaleTest
|
||||||
@@ -35,14 +35,4 @@ Addon catalogTestAddOn
|
|||||||
: be liblocale.so
|
: be liblocale.so
|
||||||
;
|
;
|
||||||
|
|
||||||
# For the unit tests we need liblocale.so to live in the `lib' subdirectory
|
SubInclude HAIKU_TOP src tests kits locale number_format ;
|
||||||
# of the UnitTester application. We simply create a symlink that can be
|
|
||||||
# referred to by `<unittests>liblocale.so'.
|
|
||||||
#{
|
|
||||||
# local symlink = <unittests>liblocale.so ;
|
|
||||||
# MakeLocate $(symlink) : [ FDirName $(LOCALE_UNITTESTS_DIR) lib ] ;
|
|
||||||
# RelSymLink $(symlink) : liblocale.so ;
|
|
||||||
#}
|
|
||||||
|
|
||||||
# TODO: activate this again, once it's working!
|
|
||||||
# SubInclude HAIKU_TOP src tests kits locale number_format ;
|
|
||||||
|
|||||||
@@ -4,12 +4,12 @@ UsePublicHeaders locale ;
|
|||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) generic_number_format ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) generic_number_format ] ;
|
||||||
|
|
||||||
UnitTest NumberFormatTests
|
UnitTestLib libNumberFormatTests.so
|
||||||
: NumberFormatTestAddOn.cpp
|
: NumberFormatTestAddOn.cpp
|
||||||
|
|
||||||
# BGenericNumberFormat
|
# BGenericNumberFormat
|
||||||
GenericNumberFormatTests.cpp
|
GenericNumberFormatTests.cpp
|
||||||
GenericNumberFormatConstructorTest.cpp
|
GenericNumberFormatConstructorTest.cpp
|
||||||
|
|
||||||
: be liblocale.so
|
: be $(TARGET_LIBSTDC++) liblocale.so
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#include "generic_number_format/GenericNumberFormatTests.h"
|
#include "generic_number_format/GenericNumberFormatTests.h"
|
||||||
|
|
||||||
// getTestSuite
|
// getTestSuite
|
||||||
_EXPORT
|
|
||||||
BTestSuite*
|
BTestSuite*
|
||||||
getTestSuite()
|
getTestSuite()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user