Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: ppapi/tests/nacl.scons

Issue 4979006: Run Pepper unit tests in Native Client... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/var.cc ('k') | ppapi/tests/test_case.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/nacl.scons
===================================================================
--- ppapi/tests/nacl.scons (revision 0)
+++ ppapi/tests/nacl.scons (revision 0)
@@ -0,0 +1,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'])
+
« no previous file with comments | « ppapi/cpp/var.cc ('k') | ppapi/tests/test_case.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698