Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cplustestrig(1) [osx man page]

CPlusTestRig(1) 					    BSD General Commands Manual 					   CPlusTestRig(1)

NAME
CPlusTestRig -- runs CPlusTest unit test bundles SYNOPSIS
CPlusTestRig [-test testname] testbundle DESCRIPTION
CPlusTestRig loads and runs the bundle testbundle containing unit tests built with the CPlusTest framework (/System/Library/Frameworks/CPlus- Test.framework). If one or more [-test testname] pairs is specified only those tests (TestCase and TestSuite instances) in testbundle are run. If no such pairs are specified, all TestCase and TestSuite instances are run as part of the default "All" test suite. CPlusTestRig is intended for testing frameworks and libraries. That is, it must be possible for CPlusTestRig to load testbundle into its own address space. To test applications, use RunUnitTests(1) instead. To test a framework or library in a location other than the one recorded in testbundle at link time, use dyld(1) environment variables such as DYLD_FRAMEWORK_PATH and DYLD_LIBRARY_PATH to ensure that the nonstandard location is searched. ENVIRONMENT
CPlusTestDelayExit If this environment variable is present, CPlusTestRig will print its process ID to standard output and delay exit indefi- nitely upon completion. This is useful for running leaks(1) or other debugging tools. FILES
/Developer/Tools/CPlusTestRig /System/Library/Frameworks/CPlusTest.framework SEE ALSO
dyld(1), leaks(1), RunUnitTests(1) Mac OS X June 2, 2019 Mac OS X

Check Out this Related Man Page

Test::Unit::Runner::Terminal(3pm)			User Contributed Perl Documentation			 Test::Unit::Runner::Terminal(3pm)

NAME
Test::Unit::Runner::Terminal - unit testing framework helper class SYNOPSIS
use Test::Unit::Runner::Terminal; my $testrunner = Test::Unit::Runner::Terminal->new(); $testrunner->start($my_test_class); DESCRIPTION
This class is a test runner for the command line style use of the testing framework. It is similar to its parent class, Test::Unit::TestRunner, but it uses terminal escape sequences to continually update a more informative status report as the runner progresses through the tests than just a string of dots, E's and F's. The status report indicates the number of tests run, the number of failures and errors encountered, which test is currently being run, and where it lives in the suite hierarchy. The class needs one argument, which is the name of the class encapsulating the tests to be run. OPTIONS
-wait wait for user confirmation between tests -v version info AUTHOR
Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see Test::Unit or the AUTHORS file included in this distribution). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
o Test::Unit::TestCase o Test::Unit::Listener o Test::Unit::TestSuite o Test::Unit::Result o Test::Unit::TkTestRunner o For further examples, take a look at the framework self test collection (t::tlib::AllTests). perl v5.8.8 2006-09-13 Test::Unit::Runner::Terminal(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. OS X (Apple)

Development tools like VS,ASP.Net

Hi I want to shift to Mac OS X , I wanted to know whether there are any similar development tools like VS,asp.net,.net frameworks are available in Mac OS X or not? I mean how does one can compete with windows with the same results those of microsoft? Are there any extra software availble or where... (7 Replies)
Discussion started by: MULTIVERSE
7 Replies

2. Shell Programming and Scripting

to search a string and redirect according to output

i have a file (kk.log) in which following contents are there: ===================================== Enter:YOU HAVE ENTERED : a TestCase: TC1226677371 IS PASSED 2009-02-25 13:57:33.444 INFO com.t.t.exporterporter - Initialising Xml Exporter.... 2009-02-25 13:57:33.445 INFO ... (2 Replies)
Discussion started by: Aditya.Gurgaon
2 Replies

3. UNIX for Dummies Questions & Answers

Macintosh build error: dyld: Library not loaded: /usr/local/lib/libpcre.0.dylib

Hi all, my first post here. I'm trying to load hypermail on my Mac (Tiger 10.4.11). It seemed to install just fine, but when I run the test build I get this error: dyld: Library not loaded: /usr/local/lib/libpcre.0.dylib Referenced from: /Users/sstark/Desktop/hypermail/tests/../src/hypermail... (4 Replies)
Discussion started by: slugger415
4 Replies

4. High Performance Computing

HPC Linpack test

Hi, I compiled Linpack with ATLAS for test. What other libraries except ATLAS can be used to test? (2 Replies)
Discussion started by: PtaQ
2 Replies