Changeset 12440 for trunk/psLib/test/mathtypes
- Timestamp:
- Mar 14, 2007, 11:22:34 AM (19 years ago)
- Location:
- trunk/psLib/test/mathtypes
- Files:
-
- 2 edited
-
tap_psScalar.c (modified) (2 diffs)
-
tap_psVector.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tap_psScalar.c
r12431 r12440 5 5 * @author Eric Van Alst, MHPCC 6 6 * 7 * @version $Revision: 1. 2$7 * @version $Revision: 1.3 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-14 00:39:51$9 * @date $Date: 2007-03-14 21:21:49 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 49 49 int main(void) 50 50 { 51 plan_tests( 51);51 plan_tests(43); 52 52 53 53 void testScalarAlloc(); -
trunk/psLib/test/mathtypes/tap_psVector.c
r12431 r12440 8 8 int main (void) 9 9 { 10 plan_tests(2 11);10 plan_tests(209); 11 11 12 12 diag("psVectorAlloc() tests");
Note:
See TracChangeset
for help on using the changeset viewer.
