summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support parallel installation of different Enchant versionsReuben Thomas2017-11-254-14/+14
* Use newer gnulib with improved relocatable-lib-lgplReuben Thomas2017-07-312-2/+4
* Fix issue #17: add new APIs for per-dictionary character classesReuben Thomas2017-07-254-1/+382
* Resurrect enchant_providers testsReuben Thomas2017-07-2410-45/+90
* Tests: improve a comment and replace obsolete documentationReuben Thomas2017-05-041-6/+2
* Tidy up main library codeReuben Thomas2017-05-041-7/+19
* tests/enchant_providers/Readme.txt: remove out of date noteReuben Thomas2017-05-041-4/+0
* dictionary_check.cpp: remove unused include, other minor tidy-upReuben Thomas2017-05-041-3/+1
* tests/Makefile.am: fix FIXME: remove duplicationReuben Thomas2017-05-041-5/+5
* Remove old tests, they don't really add muchReuben Thomas2017-05-044-286/+1
* Require providers to define dispose methods, and one of dictionary_exists or ...Reuben Thomas2017-04-252-35/+15
* EnchantTestFixture.h: remove redundant includesReuben Thomas2017-04-211-8/+4
* Make some APIs return const char *, not char *Reuben Thomas2017-04-213-3/+3
* Resurrect remaining disabled testsReuben Thomas2017-04-211-48/+2
* Remove enchant provider free_string_list methodReuben Thomas2017-04-2113-180/+13
* Remove dllexport/import declspecs, use autotools' automatic import/export for...Reuben Thomas2017-04-162-10/+6
* Remove #pragma usage (all for MS Visual C, none needed)Reuben Thomas2017-04-154-28/+0
* Use valgrind-tests module to run tests under ValgrindReuben Thomas2017-04-153-1/+13
* Fix memory leaks in tests (thanks, Valgrind!)Reuben Thomas2017-04-159-29/+54
* Add a FIXME to tests/Makefile.amReuben Thomas2017-04-151-0/+1
* Remove some diagnostics inadvertently left in a testReuben Thomas2017-04-151-5/+0
* Move tests/mock_provider files up a levelReuben Thomas2017-04-155-44/+37
* Remove an obsolete commentReuben Thomas2017-04-151-1/+0
* Remove uspell provider (move to uspell repo)Reuben Thomas2017-04-151-1/+1
* Move unittests to tests directoryReuben Thomas2017-04-1551-3/+8783
* Make library relocatable using gnulib’s relocatable-lib-lgpl moduleReuben Thomas2017-04-043-29/+35
* Overhaul configuration mechanismsReuben Thomas2017-03-061-2/+4
* Remove ENCHANT_MODULE_PATH environment variableReuben Thomas2017-03-031-4/+6
* Simplify finding provider modules in testsReuben Thomas2017-03-031-5/+1
* Simplify code layout: move providers into a single directoryReuben Thomas2017-03-031-4/+3
* Remove editor settings comments for vim and EmacsReuben Thomas2017-03-032-2/+0
* Remove ispell back-endReuben Thomas2017-02-281-1/+1
* Remove ispell compatibility scriptReuben Thomas2017-02-223-27/+1
* Rename Myspell checker to HunspellReuben Thomas2017-02-211-1/+1
* Move installed programs from tests/ to src/Reuben Thomas2017-02-194-770/+0
* Remove if-before-freeReuben Thomas2017-02-191-13/+5
* Make a commented-out test work again with new APIReuben Thomas2017-02-101-3/+1
* Issue #72: remove Windows registry supportReuben Thomas2017-02-102-0/+4
* Simplify code to fix up code page conversion on WindowsReuben Thomas2017-02-091-12/+6
* Fix issue #42: remove enchant_fopen; use g_fopenReuben Thomas2017-02-091-1/+2
* Fix tests on Windows (specifically, tested on MSYS2)Reuben Thomas2017-02-071-0/+4
* Remove redundant _SOURCES settingReuben Thomas2017-02-041-1/+0
* Simplify integration test linking configurationReuben Thomas2017-02-041-12/+5
* Fix issue #55: require a C++ compilerReuben Thomas2017-02-021-7/+1
* Run unittests, fixed for non-Windows systemsReuben Thomas2017-02-011-2/+0
* Remove old CVS filesPatrick Griffis2017-01-191-8/+0
* Fix running main tests again, after previous changeReuben Thomas2017-01-151-1/+1
* Use check_PROGRAMS for testsReuben Thomas2017-01-131-1/+1
* Run tests with 'make check'Reuben Thomas2017-01-105-19/+32
* Minor fixes to testsReuben Thomas2017-01-102-1/+8