Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libc



Module Name:    src
Committed By:   pgoyette
Date:           Sun Jan  2 22:03:25 UTC 2011

Modified Files:
        src/tests/lib/libc: Makefile
        src/tests/lib/libc/hash: Makefile
Added Files:
        src/tests/lib/libc: h_protoent.c h_servent.c t_protoent.sh t_servent.sh
        src/tests/lib/libc/hash: h_hash.c t_hash.sh
        src/tests/lib/libc/hash/data: md5test-in md5test-out sha1test-in
            sha1test-out sha1test2-out

Log Message:
Atf-ify servent and protoent tests, and the remaining hash test.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libc/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/h_protoent.c \
    src/tests/lib/libc/h_servent.c src/tests/lib/libc/t_protoent.sh \
    src/tests/lib/libc/t_servent.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/hash/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/hash/h_hash.c \
    src/tests/lib/libc/hash/t_hash.sh
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/hash/data/md5test-in \
    src/tests/lib/libc/hash/data/md5test-out \
    src/tests/lib/libc/hash/data/sha1test-in \
    src/tests/lib/libc/hash/data/sha1test-out \
    src/tests/lib/libc/hash/data/sha1test2-out

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index