Add a test for header preprocessor guards
[framework/uifw/harfbuzz.git] / src / Makefile.am
index 5f50f12..ace7686 100644 (file)
@@ -52,7 +52,7 @@ HBSOURCES += \
 HBHEADERS += \
        hb-ot.h \
        hb-ot-layout.h \
-       hb-ot-shape-private.hh \
+       hb-ot-shape.h \
        hb-ot-tag.h \
        $(NULL)
 
@@ -113,7 +113,9 @@ main_CPPFLAGS = $(HBCFLAGS)
 main_LDADD = libharfbuzz.la $(HBLIBS)
 
 TESTS = \
-       check-internal-symbols.sh
+       check-header-guards.sh \
+       check-internal-symbols.sh \
+       $(NULL)
 
 if HAVE_ICU
 else