File: ReadMe.txt

package info (click to toggle)
devil 1.6.8-rc2-3%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 10,004 kB
  • ctags: 4,659
  • sloc: ansic: 37,357; sh: 13,641; cpp: 7,193; pascal: 792; makefile: 348; python: 47
file content (26 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
========================================================================
       CONSOLE APPLICATION : UnitTest
========================================================================


This file contains a summary of what you will find in each of the files that
make up your UnitTest application.

UnitTest.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

UnitTest.cpp
    This is the main application source file.


/////////////////////////////////////////////////////////////////////////////
This program allows to see how each interface method can be used in openIL

NOTE: This program depends on cppunit, which can be found on Sourceforge.net. 
      Currently this test several routines in ILTest.
 
      It runs the test on the shell, and report it's results.