代码搜索:CPPUNIT
找到约 2,238 项符合「CPPUNIT」的源代码
代码结果 2,238
www.eeworm.com/read/133287/5906972
h cppunit.h
//
// CppUnit.h
//
// $Id: //poco/Main/CppUnit/include/CppUnit/CppUnit.h#5 $
//
#ifndef CppUnit_CppUnit_INCLUDED
#define CppUnit_CppUnit_INCLUDED
//
// The following block is the stand
www.eeworm.com/read/339586/3297013
in cppunit-config.in
#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
exec_prefix_set=no
includedir=@includedir@
usage()
{
cat
www.eeworm.com/read/339586/3297151
wwtpl cppunit.wwtpl
Baptiste Lepilleur's template file.
(@)Copyright 2001, Baptiste Lepilleur .
[-ExtractPath]
!!Memo
Extract the path from a full filename.
path is the filename we need to ex
www.eeworm.com/read/339586/3297300
dsp cppunit.dsp
# Microsoft Developer Studio Project File - Name="cppunit" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) S
www.eeworm.com/read/339586/3297349
in cppunit.spec.in
Name: cppunit
Version: @VERSION@
Release: 2
Summary: C++ Port of JUnit Testing Framework
License: LGPL
Group: Development/Libraries
Url: http://cppunit.sourceforge.net/
Source: ftp://download.sourcef
www.eeworm.com/read/339586/3297350
in cppunit.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: CppUnit
Description: The C++ Unit Test Library
Version: @CPPUNIT_VERSION@
Libs: -L${libdir} -lcppunit
Libs.priv
www.eeworm.com/read/339586/3297357
spec cppunit.spec
Name: cppunit
Version: 1.12.0
Release: 2
Summary: C++ Port of JUnit Testing Framework
License: LGPL
Group: Development/Libraries
Url: http://cppunit.sourceforge.net/
Source: ftp://download.sourceforg
www.eeworm.com/read/331534/3411578
h cppunit.h
//
// CppUnit.h
//
// $Id: //poco/1.3/CppUnit/include/CppUnit/CppUnit.h#1 $
//
#ifndef CppUnit_CppUnit_INCLUDED
#define CppUnit_CppUnit_INCLUDED
//
// Ensure that POCO_DLL is default u
www.eeworm.com/read/288095/4010770
h cppunit.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/cppunit.h
// Purpose: wrapper header for CppUnit headers
// Author: Vadim Zeitlin
// Creat