diff options
author | Tom Hacohen <tom@stosb.com> | 2013-02-25 14:58:22 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-02-25 14:59:03 +0000 |
commit | 9696f44a67bba5a00b244d3e1070f27ce8676069 (patch) | |
tree | 8a9c3d50be4ef6a8cf74e1478128954ecb57d62a /src/Makefile_Evas.am | |
parent | 1b5ffada1b2d6f4ed7e9a094cbdcdfdf24dc2c2b (diff) | |
download | efl-9696f44a67bba5a00b244d3e1070f27ce8676069.tar.gz |
Evas text tests: Start shipping DejaVuSans with the test suite.
We can finally rely on having fonts in all cases (even when there's no
fontconfig) and we can also rely on specific sizing.
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 8b2a53bb77..0a72fef71e 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -1557,9 +1557,13 @@ tests/evas/evas_tests_helpers.h \ tests/evas/evas_suite.h tests_evas_evas_suite_CPPFLAGS = \ +-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/evas\" \ @CHECK_CFLAGS@ \ @EVAS_CFLAGS@ tests_evas_evas_suite_LDADD = @CHECK_LIBS@ @USE_EVAS_LIBS@ tests_evas_evas_suite_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ endif + +EXTRA_DIST += \ +DejaVuSans.eet |