|
e0d7060f
|
2021-08-11T18:43:21
|
|
[test] Rename shaping/ to shape/
|
|
51933578
|
2020-08-11T23:51:59
|
|
Revert "Remove autotools build support"
This reverts commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df.
|
|
01ac32aa
|
2020-08-02T11:35:55
|
|
Remove autotools build support
|
|
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
|
|
0853260e
|
2018-01-29T13:30:02
|
|
Configure automake to run the new subset tests.
|
|
50163976
|
2017-12-25T01:55:48
|
|
[cmake] Enable cmake tests on distribution and test it (#664)
|
|
19300183
|
2015-11-05T23:08:50
|
|
[fuzzing] Add build system
|
|
fad26748
|
2015-09-01T14:45:46
|
|
Minor
|
|
d4de562a
|
2012-01-19T15:21:04
|
|
Start adding new shaping test suite together
|
|
4d6dafd4
|
2012-01-19T14:52:02
|
|
Rename test/ to test/api/
|
|
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.
|
|
c0975e12
|
2011-08-09T00:46:18
|
|
Fix build again
|
|
f1f848e2
|
2011-08-08T23:41:06
|
|
Fix build
|
|
206e3293
|
2011-08-07T01:10:55
|
|
[test] test-object is not FreeType-specific, move it to the right place
|
|
9da55450
|
2011-08-05T19:48:49
|
|
Add hb_shape_list_shapers()
|
|
0530ca9a
|
2011-08-04T01:42:59
|
|
Fix out-of-tree build
|
|
4f052b93
|
2011-08-02T13:44:24
|
|
Fix build with glib but not freetype
|
|
c21be799
|
2011-08-02T12:05:49
|
|
Minor
|
|
42d453b0
|
2011-06-28T16:59:16
|
|
[test] Name tests after their input string
|
|
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.
|
|
75ba4073
|
2011-05-27T03:58:17
|
|
[test] Rename valgrind-log to log-vaglring.txt
|
|
0e482ec6
|
2011-05-27T02:46:28
|
|
[test/unicode] Fix double-free
Caught by "make check-valgrind".
|
|
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.
|
|
18bced13
|
2011-05-27T03:38:30
|
|
[test] Rename test-symbols to check-symbols
Shows undocumented symbols.
|
|
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.
|
|
9313b9aa
|
2011-05-27T01:00:55
|
|
[test/version] Test hb-version.h
|
|
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.
|
|
8329eb7c
|
2011-05-12T01:39:17
|
|
[test/shape] Add simplest test for hb_shape()
|
|
da603e80
|
2011-05-11T22:52:35
|
|
[test/font] Start adding tests for hb-font.h
|
|
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.
|
|
0617b155
|
2011-05-10T17:37:08
|
|
[test] Test blob API
|
|
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"
|
|
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.
|
|
aafe395a
|
2011-04-28T17:10:44
|
|
Add test suite infrastructure
Wraps around glib for convenience and ease of use.
|
|
fb6291d9
|
2011-04-20T03:15:31
|
|
[test] Add test for headers included from C and C++
|
|
1fd73b59
|
2011-04-20T02:56:39
|
|
[test] Rename test-types to test-common
|
|
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.
|
|
d0f53fdb
|
2011-04-13T01:09:09
|
|
[test] Test hb-buffer.h
|
|
02f6e62d
|
2011-04-11T13:27:21
|
|
Build fix
|
|
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.
|
|
bbdeff59
|
2011-04-07T16:05:07
|
|
Add test directory
|