Changeset 4973 for trunk/psLib/test/math/tst_psFunc02.c
- Timestamp:
- Sep 7, 2005, 2:29:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psFunc02.c (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psFunc02.c
r4731 r4973 8 8 #include "psTest.h" 9 9 #include "psMemory.h" 10 #include "ps Functions.h"10 #include "psSpline.h" 11 11 12 12 #define N 4 … … 75 75 76 76 printFooter(stdout, 77 "ps Functionsfunctions",77 "psSpline functions", 78 78 "psSpline1DAlloc(): linear, normal", 79 79 testStatus); … … 102 102 103 103 printFooter(stdout, 104 "ps Functionsfunctions",104 "psSpline functions", 105 105 "psSpline1DAlloc(): linear, min/max are equal", 106 106 testStatus); … … 157 157 158 158 printFooter(stdout, 159 "ps Functionsfunctions",159 "psSpline functions", 160 160 "psSpline1DAlloc(): linear, min > max.", 161 161 testStatus); … … 212 212 213 213 printFooter(stdout, 214 "ps Functionsfunctions",214 "psSpline functions", 215 215 "psSpline1DAlloc(): cubic, normal", 216 216 testStatus); … … 239 239 240 240 printFooter(stdout, 241 "ps Functionsfunctions",241 "psSpline functions", 242 242 "psSpline1DAlloc(): cubic, min/max are equal", 243 243 testStatus); … … 294 294 295 295 printFooter(stdout, 296 "ps Functionsfunctions",296 "psSpline functions", 297 297 "psSpline1DAlloc(): cubic, min > max.", 298 298 testStatus); … … 355 355 } 356 356 printFooter(stdout, 357 "ps Functionsfunctions",357 "psSpline functions", 358 358 "psSpline1DAllocGeneric(): linear, normal", 359 359 testStatus); … … 386 386 } 387 387 printFooter(stdout, 388 "ps Functionsfunctions",388 "psSpline functions", 389 389 "psSpline1DAllocGeneric(): negative order", 390 390 testStatus); … … 413 413 } 414 414 printFooter(stdout, 415 "ps Functionsfunctions",415 "psSpline functions", 416 416 "psSpline1DAllocGeneric(): bound equal to NULL", 417 417 testStatus); … … 440 440 } 441 441 printFooter(stdout, 442 "ps Functionsfunctions",442 "psSpline functions", 443 443 "psSpline1DAllocGeneric(): bounds with zero elements", 444 444 testStatus);
Note:
See TracChangeset
for help on using the changeset viewer.
