Changeset 3994
- Timestamp:
- May 19, 2005, 2:44:55 PM (21 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
tst_psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile.am
r3684 r3994 20 20 tst_psError \ 21 21 tst_psLogMsg \ 22 tst_psString Copy\22 tst_psString \ 23 23 tst_psTrace \ 24 24 tst_psConfigure … … 38 38 tst_psError_SOURCES = tst_psError.c 39 39 tst_psLogMsg_SOURCES = tst_psLogMsg.c 40 tst_psString Copy_SOURCES = tst_psStringCopy.c40 tst_psString_SOURCES = tst_psString.c 41 41 tst_psTrace_SOURCES = tst_psTrace.c 42 42 tst_psConfigure_SOURCES = tst_psConfigure.c -
trunk/psLib/test/sysUtils/tst_psString.c
r3682 r3994 1 1 /** @file tst_psString.c 2 2 * 3 * @brief Test driver for psString Copyfunctions3 * @brief Test driver for psString functions 4 4 * 5 5 * This test driver contains the following test points for psStringCopy 6 * and psStringNCopy functions.6 * and psStringNCopy, and related string functions. 7 7 * 1) Verify string copy - psStringCopy 8 8 * 2) Verify empty string copy - psStringCopy … … 17 17 * @author Eric Van Alst, MHPCC 18 18 * 19 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $20 * @date $Date: 2005-0 4-07 20:27:42$19 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2005-05-20 00:44:55 $ 21 21 * 22 22 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
