summaryrefslogtreecommitdiff
path: root/test/string/tester.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-10-25Use C implementation of strncmp.Khem Raj
Add a new strncmp testcase.
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-01-05patch from Mats Erik Andersson for better catching edge cases in optimized ↵Mike Frysinger
string functions
2007-09-15not sure how this obvious one liner got lost from glibc, but merge itMike Frysinger
2007-01-29fixup shadowed warningsMike Frysinger
2006-12-03second SUSV3 legacy check should be for macros as pointed out by psmMike Frysinger
2006-12-02fix building when susv3 legacy stuff is disabledMike Frysinger
2006-02-28add some tests for strlcat and strlcpy based upon strncat and strncpy ↵Mike Frysinger
respectively
2006-02-14rename test to match glibcMike Frysinger