From 0bfd14c0ed2f95f00d0b94d396c777399afa4d68 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 11 May 2019 00:06:57 -0700 Subject: [PATCH] [config] Fix tests --- src/hb-config.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hb-config.hh b/src/hb-config.hh index 00a18e2d8..6c7a4eb0c 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh @@ -27,6 +27,9 @@ #ifndef HB_CONFIG_HH #define HB_CONFIG_HH +#if 0 /* Make test happy. */ +#include "hb.hh" +#endif #ifdef HAVE_CONFIG_H #include "config.h" #endif