summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/pwl/enchant_pwl_tests.cpp: add extra check to prevent a crashReuben Thomas2021-11-161-0/+1
* Aspell provider: set provider error when request_dict failsReuben Thomas2021-11-164-41/+17
* Make request_dict member of provider mandatoryReuben Thomas2021-11-081-1/+7
* tests: fix some space leaksReuben Thomas2020-12-223-4/+15
* tests/dictionary_suggest.cpp: mask out test that fails with AppleSpellReuben Thomas2020-11-251-1/+3
* tests/asan-suppressions.txt: add a leak suppressionReuben Thomas2020-09-011-0/+1
* enchant_providers/providers.test.cpp: replace obsolete macroReuben Thomas2020-09-011-28/+21
* removed unneeded test exception since Nuspell 3.1PanderMusubi2020-05-101-5/+0
* Nuspell provider implementationPanderMusubi2020-02-272-1/+6
* Provider tests: use user’s default language first if possible (fix #231)Reuben Thomas2020-01-223-5/+13
* enchant_provider_get_user_language_tests.cpp: fix for non-default LANGReuben Thomas2020-01-221-13/+32
* tests/run-test: remove obsolete Valgrind referenceReuben Thomas2019-09-111-1/+1
* Remove support for testing with Valgrind (prefer ASAN)Reuben Thomas2019-09-112-2/+0
* Tests: add support for building with ASAN, including leak suppressionsReuben Thomas2019-09-113-2/+9
* Tests: fix some memory leaks (thanks, ASAN!)Reuben Thomas2019-09-113-2/+6
* UnitTest++/Travis: build on Ubuntu 18.04 and remove workaroundsReuben Thomas2019-09-1039-39/+39
* tests/pwl/enchant_pwl_tests.cpp: remove apparent debug codeReuben Thomas2019-09-011-3/+0
* Fix and add some Windows .gitignore entriesReuben Thomas2019-09-012-3/+3
* tests/Makefile.am: test.pwl is a file, so no need to rm -rf it, just rm -fReuben Thomas2019-09-011-1/+1
* Merge pull request #206 from rrthomas/masterReuben Thomas2018-11-051-1/+1
|\
| * tests/enchant_providers/Makefile.am: remove non-portable use of $<Reuben Thomas2018-11-051-1/+1
* | Avoid trailing slash in `rm -rf $(var)/'Leonardo Taccari2018-10-302-2/+2
|/
* Fix previous fix for libdir_subdirReuben Thomas2018-02-042-2/+2
* Compute libdir_subdir for the tests properly (fixes issue #185)Reuben Thomas2018-02-032-0/+14
* Comment out another test failing on macOS >= 10.12Reuben Thomas2017-12-171-2/+2
* Remove unnecessary NOMINMAX #defineReuben Thomas2017-12-114-6/+0
* dictionary_check: comment out failing test on macOSReuben Thomas2017-12-111-0/+3
* 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