office-gobmx/config_host/config_test.h.in
Jan-Marek Glogowski c4ffca21ff 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
2014-01-23 18:13:04 +01:00

10 lines
127 B
C

/*
Settings for test suite dependencies.
*/
#ifndef CONFIG_TEST_H
#define CONFIG_TEST_H
#define TEST_FONTS_MISSING 0
#endif