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

Side by Side Diff: tests/nameservice/nacl.scons

Issue 891603002: Removes the name service from the service runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixes code review comments Created 5 years, 10 months 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 unified diff | Download patch
« no previous file with comments | « src/untrusted/nacl/syscall_bindings_trampoline.h ('k') | tests/nameservice/nameservice_test.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # -*- python -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 Import('env')
7
8 nameservice_test_nexe = env.ComponentProgram(
9 'nameservice_test',
10 'nameservice_test.c',
11 EXTRA_LIBS=['srpc',
12 'imc_syscalls',
13 'platform',
14 'gio',
15 '${PTHREAD_LIBS}',
16 '${NONIRT_LIBS}'])
17 node = env.CommandSelLdrTestNacl(
18 'nameservice_test.out',
19 nameservice_test_nexe)
20 env.AddNodeToTestSuite(node, ['small_tests'], 'run_nameservice_test')
OLDNEW
« no previous file with comments | « src/untrusted/nacl/syscall_bindings_trampoline.h ('k') | tests/nameservice/nameservice_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698