代码搜索:Testsuite
找到约 5,099 项符合「Testsuite」的源代码
代码结果 5,099
www.eeworm.com/read/391748/8380807
testsuite
#! /bin/sh
#
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
# This test suite is free software; the Free Software Foundation gives
# unlimited permission to
www.eeworm.com/read/282288/9105535
testsuite
# =============================================================================
# This C shell file tests the input files for ALADDIN Version 2.0.
#
# Usage : TestInputFile
#
www.eeworm.com/read/282286/9106160
testsuite
# =============================================================================
# This C shell file tests ALADDIN's input files.
#
# Usage : TestInputFile
#
# : For a l
www.eeworm.com/read/271037/11011241
testsuite
# =============================================================================
# This C shell file tests ALADDIN's input files.
#
# Usage : TestInputFile
#
# : Fo
www.eeworm.com/read/311096/13635555
testsuite
#/bin/sh
#test suite for mine auto cleaner
all=0;
succeed=0;
while (test $all -lt 100)
do
rm -rf win;
./trace 2>/etc/null;
if (test -e win)
then
succeed=`expr $succeed + 1`
fi
all=`expr $all
www.eeworm.com/read/311096/13635577
testsuite
#/bin/sh
#test suite for mine auto cleaner
all=0;
succeed=0;
while (test $all -lt 100)
do
rm -rf win;
./trace 2>/etc/null;
if (test -e win)
then
succeed=`expr $succeed + 1`
fi
all=`expr $all
www.eeworm.com/read/391748/8380845
at testsuite.at
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU tar.
# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
# This program is free softwar
www.eeworm.com/read/166778/9998836
at testsuite.at
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU Bison.
# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free
www.eeworm.com/read/144969/12758471
at testsuite.at
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU Bison.
# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free
www.eeworm.com/read/429798/8788231
h testsuite.h
/*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
* Leandro Penz, Kimmo Varis, Vesa Pikki
*
* This program is free s