代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3170780
sh gcc.sh
#/bin/sh
# Generate test result data for xstormy16 GAS testing.
# It is intended to be run in the testsuite source directory.
#
# Syntax: build.sh /path/to/build/gas
if [ $# = 0 ] ; then
if [ ! -x
www.eeworm.com/read/344149/3212176
t pod.t
eval " use Test::More " ;
if ($@)
{
print "1..0 # Skip: Test::More required for testing POD\n" ;
exit 0;
}
eval "use Test::Pod 1.00";
if ($@)
{
print "1..0 # Skip: Test::Pod 1.00 requir
www.eeworm.com/read/341021/3261799
c c2f2cio.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
* This file contains the C routines used in testing t
www.eeworm.com/read/341021/3261805
c c2f2cwin.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
* This file contains the C routines used in testing t
www.eeworm.com/read/341021/3261811
c c2f2c.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
* This file contains the C routines used in testing t
www.eeworm.com/read/340710/3265325
motd
Linux carrot 2.4.9-1um #5 Mon Sep 17 15:07:01 EDT 2001 i686 unknown
This is FreeSWAN testing UML carrot - a root name server.
www.eeworm.com/read/340665/3267069
sh gcc.sh
#/bin/sh
# Generate test result data for xstormy16 GAS testing.
# It is intended to be run in the testsuite source directory.
#
# Syntax: build.sh /path/to/build/gas
if [ $# = 0 ] ; then
if [ ! -x
www.eeworm.com/read/340665/3268813
in makefile.in
srcdir = .
OBJROOT =
SRCROOT =
SHELL = /bin/sh
#
# this is for code to support embedded testing
#
SUPPORT=support.o
#
# to add a new test, put it's name here, and list the objects
# required too.
T