Add a test for header preprocessor guards
[framework/uifw/harfbuzz.git] / src / Makefile.am
index 0ed02e1..ace7686 100644 (file)
@@ -47,12 +47,12 @@ HBSOURCES += \
        hb-ot-layout-gsub-private.hh \
        hb-ot-layout-private.hh \
        hb-ot-shape.cc \
-       hb-ot-shape-private.hh \
        hb-ot-tag.c \
        $(NULL)
 HBHEADERS += \
        hb-ot.h \
        hb-ot-layout.h \
+       hb-ot-shape.h \
        hb-ot-tag.h \
        $(NULL)
 
@@ -113,11 +113,16 @@ 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
+if HAVE_GRAPHITE
+else
 TESTS += check-libstdc++.sh
 endif
+endif
 
 -include $(top_srcdir)/git.mk