test/Makefile.am


Log

Author Commit Date CI Message
Andres Salomon 0bbc9d52 2023-01-25T00:44:38 [fonts] move OFL-1.1 license to a higher directory There's a bunch of font directories inside of test/ for which the vast majority of fonts are licensed under the SIL open font license. We currently have a COPYING file in test/shape/data/in-house/COPYING that says that most of the fonts are OFL-1.1, but that doesn't apply to the fonts in, say, test/api/fonts/ or test/fuzzing/fonts/. Since there are so many OFL-1.1 fonts all over test, let's move the COPYING file to the top-level test/ directory.
Behdad Esfahbod e0544c48 2022-05-27T17:10:07 [test/threads] Fix distcheck
Behdad Esfahbod e0d7060f 2021-08-11T18:43:21 [test] Rename shaping/ to shape/
Ebrahim Byagowi 51933578 2020-08-11T23:51:59 Revert "Remove autotools build support" This reverts commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df.
Ebrahim Byagowi 01ac32aa 2020-08-02T11:35:55 Remove autotools build support
Ebrahim Byagowi c494d7ab 2020-03-11T19:44:13 Remove cmake testing and add meson build bot CMake tests are broken anyway as py3 changes so let's get rid of them
Garret Rieger 0853260e 2018-01-29T13:30:02 Configure automake to run the new subset tests.
Ebrahim Byagowi 50163976 2017-12-25T01:55:48 [cmake] Enable cmake tests on distribution and test it (#664)
Behdad Esfahbod 19300183 2015-11-05T23:08:50 [fuzzing] Add build system
Behdad Esfahbod fad26748 2015-09-01T14:45:46 Minor
Behdad Esfahbod d4de562a 2012-01-19T15:21:04 Start adding new shaping test suite together
Behdad Esfahbod 4d6dafd4 2012-01-19T14:52:02 Rename test/ to test/api/
Behdad Esfahbod 38b21187 2011-08-09T10:51:24 [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs() Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway. Add hb_ft_font_set_funcs(). Which will make the font internally use FreeType. That is, no need for the font to have created using the hb-ft API. Just create using hb_face_create()/hb_font_create() and then call this on the font (after having set font scale). This internally creates an FT_Face and attached to the font.
Behdad Esfahbod c0975e12 2011-08-09T00:46:18 Fix build again
Behdad Esfahbod f1f848e2 2011-08-08T23:41:06 Fix build
Behdad Esfahbod 206e3293 2011-08-07T01:10:55 [test] test-object is not FreeType-specific, move it to the right place
Behdad Esfahbod 9da55450 2011-08-05T19:48:49 Add hb_shape_list_shapers()
Behdad Esfahbod 0530ca9a 2011-08-04T01:42:59 Fix out-of-tree build
Behdad Esfahbod 4f052b93 2011-08-02T13:44:24 Fix build with glib but not freetype
Behdad Esfahbod c21be799 2011-08-02T12:05:49 Minor
Behdad Esfahbod 42d453b0 2011-06-28T16:59:16 [test] Name tests after their input string
Behdad Esfahbod a346e923 2011-06-28T12:49:18 [test] Add Indic tests from harfbuzz.old Needs fonts to be put in test/fonts. Tests are skipped otherwise. Run with --verbose for details. Working on improving the test runner to make it easier to make sense of what's going on.
Behdad Esfahbod 75ba4073 2011-05-27T03:58:17 [test] Rename valgrind-log to log-vaglring.txt
Behdad Esfahbod 0e482ec6 2011-05-27T02:46:28 [test/unicode] Fix double-free Caught by "make check-valgrind".
Behdad Esfahbod 28b1bac5 2011-05-27T02:44:29 [test] Switch to automake-based test-runner Adds check-valgrind among other modes. We do not run under gtester by default anymore.
Behdad Esfahbod 18bced13 2011-05-27T03:38:30 [test] Rename test-symbols to check-symbols Shows undocumented symbols.
Behdad Esfahbod 9313b9aa 2011-05-27T01:00:55 [test/version] Test hb-version.h
Behdad Esfahbod adbc97dd 2011-05-27T01:33:18 [test] Add test-symbols that checks API symbol text coverage We're not at 100% coverage yet, so do not enable the test by default.
Behdad Esfahbod 40b5c2e8 2011-05-13T22:46:36 [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs I'm in awe with how many bugs this test revealed. All fixed.
Behdad Esfahbod 8329eb7c 2011-05-12T01:39:17 [test/shape] Add simplest test for hb_shape()
Behdad Esfahbod da603e80 2011-05-11T22:52:35 [test/font] Start adding tests for hb-font.h
Behdad Esfahbod 0c2ec1d7 2011-05-10T19:11:27 [test] Always initialize gthread such that our mutex() stuff is tested Now the test/object test deadlocks as expected. Fix coming.
Behdad Esfahbod 0617b155 2011-05-10T17:37:08 [test] Test blob API
Behdad Esfahbod c78f4485 2011-05-05T21:31:04 [API] Add version macros and functions Step version up to 0.5.0. Also, fix to pass "make distcheck"
Behdad Esfahbod db995895 2011-05-02T19:52:47 [test/object] Add test for object lifecycle stuff Revealed many bugs in the (untested and known buggy) user_data support.
Behdad Esfahbod aafe395a 2011-04-28T17:10:44 Add test suite infrastructure Wraps around glib for convenience and ease of use.
Behdad Esfahbod fb6291d9 2011-04-20T03:15:31 [test] Add test for headers included from C and C++
Behdad Esfahbod 1fd73b59 2011-04-20T02:56:39 [test] Rename test-types to test-common
Ryan Lortie 2fd0c577 2011-04-20T00:19:20 [API] unicode: rework virtual functions for subclassing Unicode data providers can now be subclassed, including support for chain-up. The interface should now be nicely bindable, as well. Also fix glib unicode funcs that where broken after hb_script_t changes. Nicely caught by the test-unicode.c added in this commit.
Behdad Esfahbod d0f53fdb 2011-04-13T01:09:09 [test] Test hb-buffer.h
Behdad Esfahbod 02f6e62d 2011-04-11T13:27:21 Build fix
Behdad Esfahbod 9faa9800 2011-04-11T12:46:49 Add an in-tree test suite Uses the glib testing framework. Wrote unit tests for hb-common.h types.
Behdad Esfahbod bbdeff59 2011-04-07T16:05:07 Add test directory