|
Revision 1837, 0.5 kB
(checked in by peter, 10 months ago)
|
|
library/UnitTest++/UnitTest++.vsnet2003.sln:
library/UnitTest++/UnitTest++.vsnet2005.sln:
library/UnitTest++/COPYING:
library/UnitTest++/TestUnitTest++.vsnet2003.vcproj:
library/UnitTest++/UnitTest++.vsnet2003.vcproj:
library/UnitTest++/TestUnitTest++.vsnet2005.vcproj:
library/UnitTest++/UnitTest++.vsnet2005.vcproj:
library/UnitTest++/README:
Fix svn:eol-style property.
source/nemala.txt:
source/io.txt:
source/heat_cool.txt:
source/sys_icc/Makefile.conf:
source/sys_pgccBounds/readme.txt:
source/agnagnagn.txt:
source/ionization.txt:
source/todo_table.htm:
source/list_routines.html:
source/readme_source.htm:
library/UnitTest++/docs/UnitTest++.html:
data/H2_hminus_deposit.dat:
data/species.ini:
data/readme_data.htm:
data/h_coll_str.dat:
doxygen/readme_doxygen.txt:
doxygen/doxygen_setup_style.txt:
tsuite/crash/ReadMe.txt:
tsuite/slow/doc_tsuite.htm:
tsuite/auto/doc_tsuite.htm:
tsuite/auto/readme_tests.htm:
Fix missing EOL at end of file.
source/sys_pgccBounds/Makefile.conf:
Add -DBOUNDS_CHECK flag. Fix missing EOL at end of file.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | These test various abort modes. The tests are: |
|---|
| 2 | |
|---|
| 3 | assert.in the assert macro |
|---|
| 4 | |
|---|
| 5 | bounds_auto.in test array bounds |
|---|
| 6 | bounds_heap.in |
|---|
| 7 | bounds_multi.in |
|---|
| 8 | bounds_multi_iter.in |
|---|
| 9 | bounds_static.in |
|---|
| 10 | |
|---|
| 11 | exception.in throws a C++ exception |
|---|
| 12 | |
|---|
| 13 | fpe_isnan.in floating point error (FPE) is NaN |
|---|
| 14 | fpe_longoverflow.in floating point error |
|---|
| 15 | fpe_NaN.in floating point error |
|---|
| 16 | fpe_overflow.in floating point error |
|---|
| 17 | fpe_setnan.in floating point error |
|---|
| 18 | fpe_zero.in floating point error |
|---|
| 19 | |
|---|
| 20 | undef.in variable is undefined |
|---|
| 21 | |
|---|
| 22 | runall.pl - perlo script to run all tests |
|---|