| 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')
|
|
|