From c4ffca21ff7c020c7df2c6de7cbd16fc20cac989 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Wed, 22 Jan 2014 15:43:40 +0000 Subject: Depend unit test on existing font. Commit 734cf8395 introduced a unit test, which depends on a Calibri metric-compatible font. So this adds a fonctconfig based check to configure and just runs this test, if configure finds a correctly mapped font. Reviewed on: https://gerrit.libreoffice.org/7596 Change-Id: I5255a4366684b115d88adca78ab2002864b63766 --- config_host/config_test.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config_host/config_test.h.in (limited to 'config_host/config_test.h.in') diff --git a/config_host/config_test.h.in b/config_host/config_test.h.in new file mode 100644 index 000000000000..c310350bb494 --- /dev/null +++ b/config_host/config_test.h.in @@ -0,0 +1,10 @@ +/* +Settings for test suite dependencies. +*/ + +#ifndef CONFIG_TEST_H +#define CONFIG_TEST_H + +#define TEST_FONTS_MISSING 0 + +#endif -- cgit