blob: 17d2cf7e4aa18b5fe8aff4cb5ec99c86d96cbffb [file] [log] [blame]
{
'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux'],
'SEL_LDR': True,
'TARGETS': [
{
'NAME' : 'sdk_util_test',
'TYPE' : 'main',
'SOURCES' : [
'main.cc',
'string_util_test.cc',
],
'DEPS': ['ppapi_simple', 'sdk_util', 'nacl_io'],
# Order matters here: gtest has a "main" function that will be used if
# referenced before ppapi.
'LIBS': ['ppapi_simple', 'sdk_util', 'nacl_io', 'gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
'CXXFLAGS': ['-Wno-sign-compare']
}
],
'DATA': [
'example.js'
],
'DEST': 'tests',
'NAME': 'sdk_util_test',
'TITLE': 'SDK Util test',
}