- add sources.
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / tests / nacl_io_test / example.dsc
1 {
2   'TOOLS': ['newlib', 'glibc', 'pnacl'],
3   'SEL_LDR': True,
4
5   'TARGETS': [
6     {
7       'NAME' : 'nacl_io_test',
8       'TYPE' : 'main',
9       'SOURCES' : [
10         'event_test.cc',
11         'fake_core_interface.cc',
12         'fake_core_interface.h',
13         'fake_pepper_interface_html5fs.cc',
14         'fake_pepper_interface_html5fs.h',
15         'fake_resource_manager.cc',
16         'fake_resource_manager.h',
17         'fake_var_interface.cc',
18         'fake_var_interface.h',
19         'fifo_test.cc',
20         'kernel_object_test.cc',
21         'kernel_proxy_mock.cc',
22         'kernel_proxy_mock.h',
23         'kernel_proxy_test.cc',
24         'kernel_wrap_test.cc',
25         'main.cc',
26         'mock_util.h',
27         'mount_dev_mock.h',
28         'mount_html5fs_test.cc',
29         'mount_http_test.cc',
30         'mount_mock.cc',
31         'mount_mock.h',
32         'mount_node_mock.cc',
33         'mount_node_mock.h',
34         'mount_node_test.cc',
35         'mount_node_tty_test.cc',
36         'mount_test.cc',
37         'path_test.cc',
38         'pepper_interface_mock.cc',
39         'pepper_interface_mock.h',
40         'socket_test.cc',
41         'syscalls_test.cc',
42       ],
43       'DEPS': ['ppapi_simple', 'nacl_io'],
44       # Order matters here: gtest has a "main" function that will be used if
45       # referenced before ppapi.
46       'LIBS': ['gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
47       'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'],
48       'CXXFLAGS': ['-Wno-sign-compare', '-Wno-unused-private-field'],
49       'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
50     }
51   ],
52   'DATA': [
53     'example.js'
54   ],
55   'DEST': 'tests',
56   'NAME': 'nacl_io_test',
57   'TITLE': 'NaCl IO test',
58 }