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

Unified 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, 11 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/nameservice/nacl.scons
diff --git a/tests/nameservice/nacl.scons b/tests/nameservice/nacl.scons
deleted file mode 100644
index ada317079e4cc70765281268f2543fddffaa5d37..0000000000000000000000000000000000000000
--- a/tests/nameservice/nacl.scons
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- python -*-
-# Copyright (c) 2012 The Native Client 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')
-
-nameservice_test_nexe = env.ComponentProgram(
- 'nameservice_test',
- 'nameservice_test.c',
- EXTRA_LIBS=['srpc',
- 'imc_syscalls',
- 'platform',
- 'gio',
- '${PTHREAD_LIBS}',
- '${NONIRT_LIBS}'])
-node = env.CommandSelLdrTestNacl(
- 'nameservice_test.out',
- nameservice_test_nexe)
-env.AddNodeToTestSuite(node, ['small_tests'], 'run_nameservice_test')
« 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