summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* build: tests/test-winmsgbuf.c: avoid GCC 10 alloca warningChris Meyering2020-02-021-1/+2
* build: test-winmsgbuf.c: add const to avoid GCC 10 warningChris Meyering2020-02-021-1/+1
* remove unused files winmsgtok.h, winmsgtok.h and testSimon Ruderich2016-02-071-110/+0
* Copyright update {mike@mikegerwitz.com=>mtg@gnu.org}Mike Gerwitz2015-07-074-4/+4
* Began test-driven development of winmsg lexerMike Gerwitz2015-07-071-0/+110
* Added include for missing stdbool.h in tests/macros.hMike Gerwitz2015-07-021-0/+1
* Added tests for wmbc_mergewmb and corrected expansion bugMike Gerwitz2015-07-021-0/+54
* --std=c11 does not permit typeof; using __typeof__ for testsMike Gerwitz2015-07-021-1/+1
* Committed forgotten mallocmock.cMike Gerwitz2015-06-261-0/+62
* wmbc_printf tests and correctionsMike Gerwitz2015-06-261-0/+47
* Corrected bug with lost renditions after encountering %:Mike Gerwitz2015-06-261-18/+69
* Added tests for wmbc_str{,n}cpy, along with function improvments/fixesMike Gerwitz2015-06-261-5/+59
* FAILLOC now determines type using typeof; removed first argument and FAILLOC_PTRMike Gerwitz2015-06-261-4/+3
* Added wmbc_putchar buffer expansion testsMike Gerwitz2015-06-261-0/+32
* Added FAILLOC_VOID test macroMike Gerwitz2015-06-261-0/+5
* Added tests for wmbc movement functions and removed unused/unneeded wmbc_* fu...Mike Gerwitz2015-06-261-1/+50
* Began testing wmbc writing with separate contexts to a single buffer (introdu...Mike Gerwitz2015-06-261-1/+74
* Added FAILLOC_PTR test macro for convenienceMike Gerwitz2015-06-261-1/+2
* Partial wmb_reset testMike Gerwitz2015-06-261-0/+8
* Existing winmsgbuf tests now test for allocation failuresMike Gerwitz2015-06-261-0/+8
* Added FAILLOC and ASSERT_GCC macros for testsMike Gerwitz2015-06-261-0/+14
* Added memory allocation assertions to existing winbuf testsMike Gerwitz2015-06-262-6/+5
* Added memory allocation ASSERT_* macros and mallocmock.cMike Gerwitz2015-06-261-0/+27
* Added tests for WinMsgBuf expansionMike Gerwitz2015-06-261-0/+10
* Added functions to retrieve WinMsgBuf size and contentsMike Gerwitz2015-06-261-1/+14
* Added test placeholder and function signature verification for winmsgbuf.cMike Gerwitz2015-06-261-0/+48
* Added winmsgcond test case using gnulib-style testingMike Gerwitz2015-06-261-0/+123
* Copied tests/{signature.h,macros.h} from gnulib and added check target to Mak...Mike Gerwitz2015-06-263-0/+125