summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Bug 89617 - FcConfigAppFontAddFile() returns false on any font fileAkira TAGOH2015-03-232-0/+45
| | | | | | | | | | | | | Prior to the change of 32ac7c75e8db0135ef37cf86f92d8b9be000c8bb FcConfigAppFontAddFile() always returned FcTrue no matter what fonts was added. after that, it always returned FcFalse because adding a font doesn't add any subdirs with FcFileScanConfig(). so changing that to simply ignore it. Also fixing it to return FcFalse if non-fonts was added, i.e. FcFreeTypeQuery() fails. https://bugs.freedesktop.org/show_bug.cgi?id=89617
* Fix a gcc warningAkira TAGOH2014-07-081-1/+1
| | | | test-migration.c:17:5: warning: pointer targets in passing argument 1 of 'FcStrDirname' differ in signedness
* Add missing license headersAkira TAGOH2014-01-173-2/+69
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=73401
* Fix a build issue on Solaris 10Akira TAGOH2013-10-241-1/+14
| | | | | | Use own mkdtemp implementation if not available. Reported by Thomas Klausner and Jörn Clausen
* Use stat() if there are no d_type in struct direntAkira TAGOH2013-10-221-0/+18
| | | | Reported by Thomas Klausner
* do not build test-migration for Win32Akira TAGOH2013-10-111-1/+4
| | | | This testing code is for XDG base directory spec which may be not interesting for them
* Add a test case of the migration for config placeAkira TAGOH2013-09-022-2/+177
|
* Use LOG_COMPILER and AM_TESTS_ENVIRONMENTQuentin Glidic2013-02-061-1/+11
| | | | | | | | | | | | | | TESTS_ENVIRONMENT is deprecated and should be reserved to the user to override the test environment <ext>_LOG_COMPILER is meant to contain the program that runs the test with <ext> extension LOG_COMPILER is for extensionless tests AM_TESTS_ENVIRONMENT is meant to set the environment for the tests https://bugs.freedesktop.org/show_bug.cgi?id=60192 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"Akira TAGOH2013-02-051-11/+1
| | | | | | | This reverts commit 2146b0307a3476892723104481f27f8484451c52. That change introduces incompatibility and seems not working with older releases of automake, including automake 1.12.2.
* test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENTQuentin Glidic2013-02-041-1/+11
| | | | | | | | | | | | | TESTS_ENVIRONMENT is deprecated and should be reserved to the user to override the test environment <ext>_LOG_COMPILER is meant to contain the program that runs the test with <ext> extension AM_TESTS_ENVIRONMENT is meant to set the environment for the tests https://bugs.freedesktop.org/show_bug.cgi?id=60192 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* Ensure we find the uninstalled fontconfig headerBehdad Esfahbod2013-01-101-0/+2
| | | | Patch from Colin Walters.
* Add pthread testBehdad Esfahbod2013-01-082-0/+88
| | | | Not enabled by default since it requires config and fonts.
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
|
* Make tests run on WindowsBehdad Esfahbod2012-12-312-3/+3
|
* Remove all .cvsignore filesKeith Packard2006-09-031-2/+0
|
* During test run, remove cache directory to avoid stale cache usage.Keith Packard2006-08-282-4/+1
| | | | | | | As file timestamps have only one second granularity, an old cache file could easily be used when a test took less than 1 second to run. Just remove the cache directory and its contents before each test is run. Also, remove mention of the old cache file from the test config file.
* 2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam2006-08-042-2/+5
| | | | | Make cache directories configurable. Simplify and correct some code which deals with per-directory caches.
* Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard2003-10-272-12/+20
| | | | tested to ensure that it even works from a _build directory.
* Remove CRs from the out file before comparing (needed on Windows).Tor Lillqvist2003-06-151-0/+1
|
* make dist works now. Update to 2.1.90 in preparation for eventual 2.2Keith Packard2003-03-021-0/+3
| | | | release
* Add .cvsignoreKeith Packard2003-03-011-0/+2
|
* Add simple testsKeith Packard2003-03-016-0/+101