summaryrefslogtreecommitdiff
path: root/lib/libc/tests/string/Makefile
AgeCommit message (Expand)Author
2024-10-15lib/libc/tests/string: add test for strnlen()Strahinja Stanišić
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-13libc: Add memset test for int-to-char conversionStrahinja Stanišić
2023-12-25lib/libc/tests/string: add memrchr unit testsRobert Clausecker
2023-12-25lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker
2023-12-25lib/libc/tests/string: add unit test for strlcpyRobert Clausecker
2023-12-25lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker
2023-11-14lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker
2023-10-02lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpRobert Clausecker
2023-09-08lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker
2023-09-08lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-03lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker
2023-02-02libc: Add tests for strchrnul(3).Dag-Erling Smørgrav
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2016-07-15Add a regression test to make sure the Russian collation is actually workingBaptiste Daroussin
2016-07-15Add a regression test about the crash with strxfrm and ISO8859-5 localesBaptiste Daroussin
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-07MFHGlen Barber
2016-03-06libc: Add some tests for memcmp().Jilles Tjoelker
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-08Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper
2015-11-02Add _test suffix to multiple tests in lib/libc to conform to the design notedEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2014-11-04Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper