HighTest Toolkit

Introduction

The HighTest toolkit is intended to demonstract best practice software development. It contains the basics for C/C++, Java and python projects. This includes:

Installation

HighTest presently needs a basic development environment on GNU/Linux or cygwin on Win32 platforms. You will need GNU Make, gcc/g++/gcov. HighTest will build its dependencies upon installation.

Usage

  $ make clean
  $ make all			# includes test report
  $ make clean coverage         # coverage report
  

Examples.

  $ src/graph/example/example src/editor/config.xml < somefile
  

See also:
Project Layout

Generated on Thu Jan 3 15:26:45 2008 by  doxygen 1.5.2