NAME
tt - runs a CXXTest test
DESCRIPTION
A simple script which searches for CXXTests named with a TEST_ prefix and presents the user with a menu to select a testsuite and a test. The script then runs make and the single test.
SYNOPSIS
$ tt
AUTHOR
Kevin Tew
LICENSE
FreeBSD
INSTALLATION
Using cpan
:
$ cpan App::tt
Manual install:
$ perl Makefile.PL $ make $ make install