aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-23text/core: add basic test for linear text_{earlier,later}Marc André Tanner1-0/+14
2020-10-23text/core: test all load/save method combinationsMarc André Tanner1-10/+14
2020-10-23text/core: add basic undo/redo sanity check for empty fileMarc André Tanner1-0/+4
2020-10-23text/core: fix undo test name numberingMarc André Tanner1-2/+2
2020-10-23test/core: add basic array_{peek,pop} testMarc André Tanner1-2/+7
2020-10-20test/core: add time(3) stub for tis-interpreterMarc André Tanner1-0/+9
2020-10-20test/core: avoid puts("") to print a new lineMarc André Tanner1-2/+2
2020-10-20test/core: fix relative #include directiveMarc André Tanner1-1/+1
2020-10-10test: adapt source list in MakefilesMarc André Tanner2-2/+2
2020-09-29test: add array.c source dependency for core text data structureMarc André Tanner2-2/+2
2020-09-20test/vim: set an UTF-8 localeMarc André Tanner1-0/+1
2020-08-31test/vim: add test for word text objects with symbolsMarc André Tanner2-0/+33
2020-07-27test/vis: remove entire text object testMarc André Tanner3-17/+0
2020-07-26test/vis: remove z> testsMarc André Tanner3-25/+0
2020-07-26test/vis: remove z< testsMarc André Tanner3-25/+0
2020-07-26test/vis: remove z- testsMarc André Tanner3-25/+0
2020-07-26test/vis: remove z+ testsMarc André Tanner3-25/+0
2020-07-26test/vis: remove pairwise selection intersectionMarc André Tanner3-25/+0
2020-07-26test/vis: remove pairwise selection union z|Marc André Tanner3-25/+0
2020-07-26test/vis: use ~ instead of ! to complement selectionMarc André Tanner2-2/+2
2020-07-26test/vim: use g~ instead of ~ to swap caseMarc André Tanner1-1/+1
2020-07-26test/fuzz: add @ dump command to print data structureMarc André Tanner1-0/+8
2020-07-26test/fuzz: add % command to print data structure memory informationMarc André Tanner1-0/+12
2020-07-25Add basic text benchmarking infrastructureMarc André Tanner1-0/+128
2020-07-12test/sam: set LANG=en_US.UTF-8Marc André Tanner1-0/+2
2020-07-11test: move failing sam tests to visMarc André Tanner8-2/+2
2020-07-11test/core: let make clean remove generated filesMarc André Tanner1-0/+1
2020-05-30test/fuzz: simplify MakefileMarc André Tanner1-2/+4
2020-05-14test/fuzz: add libfuzzer target for text data structureMarc André Tanner5-6/+37
2020-05-14test/fuzz: fix compilation by adapting to newer APIMarc André Tanner1-2/+2
2020-05-14test/fuzz: add missing CFLAGSMarc André Tanner1-2/+2
2020-05-13test/vim: remove test which fails on macOSMarc André Tanner3-15/+0
2020-05-13test/core: add basic save/load tests involving linksMarc André Tanner1-0/+22
2020-05-13test/core: add basic save/load sanity testsMarc André Tanner1-5/+46
2020-05-13test/core: remove unused variableMarc André Tanner1-1/+0
2020-05-13test/core: instruct memory sanitizer to track memory originMarc André Tanner1-1/+1
2020-05-13test/core: fix memory leak in array testMarc André Tanner1-0/+1
2020-05-13test/core: update ccan tap moduleMarc André Tanner1-2/+2
2020-05-11test/core: fix compilation with gcc 10Marc André Tanner2-1/+3
2020-02-25Revert "test/vis: use C.UTF-8 locale"Marc André Tanner1-1/+1
2020-02-22test/vim: add info about skipped testsMarc André Tanner1-0/+1
2020-02-22test/util: fix compilation with old libtermkey versionsMarc André Tanner1-2/+1
2020-02-22Merge branch 'vis-interop-tests' of https://github.com/x1ddos/vis-testMarc André Tanner8-0/+20
2020-02-21test/vis: add a couple lua-vis interop testsalex8-0/+20
2020-02-21vis: allow tests to have an optional lua scriptalex1-0/+9
2020-02-17test/core: avoid compiler warning about zero length format stringMarc André Tanner1-2/+2
2020-02-13test/util: list all enum values to fix compiler warningMarc André Tanner1-5/+8
2020-02-13test/sam: add test for anchor behavior involving new linesMarc André Tanner2-0/+2
2020-02-13test/vim: skip tests if vim is not availableMarc André Tanner1-3/+7
2020-02-13test/vis: use C.UTF-8 localeMarc André Tanner1-1/+1