summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/nacl.scons
blob: e4d0b9def6f07e0bc7e0eb11903835f17dfe52f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Import('env')

ppapi_tests_nexe = env.ComponentProgram('ppapi_tests.nexe',
                                        Glob('*.cc'),
                                        EXTRA_LIBS=['ppruntime',
                                                    'ppapi_cpp',
                                                    'pthread',
                                                    'srpc'])
# Note that the html is required to run this program.
# To run, load page with mode=nacl search string:
# http://localhost:5103/scons-out/nacl-x86-32/staging/test_case.html?mode=nacl
env.Publish('ppapi_tests.nexe', 'run',
            ['test_case.html',
             'test_image_data',
             'test_page.css',
	     'test_url_loader_data'])