[meta] Add a test program for metadata
diff --git a/src/Makefile.am b/src/Makefile.am
index 54e4a02..84b51ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -332,6 +332,7 @@
main \
test \
test-buffer-serialize \
+ test-ot-metadata \
test-ot-name \
test-gpos-size-params \
test-gsub-would-substitute \
@@ -350,6 +351,10 @@
test_buffer_serialize_CPPFLAGS = $(HBCFLAGS)
test_buffer_serialize_LDADD = libharfbuzz.la $(HBLIBS)
+test_ot_metadata_SOURCES = test-ot-metadata.cc
+test_ot_metadata_CPPFLAGS = $(HBCFLAGS)
+test_ot_metadata_LDADD = libharfbuzz.la $(HBLIBS)
+
test_ot_name_SOURCES = test-ot-name.cc
test_ot_name_CPPFLAGS = $(HBCFLAGS)
test_ot_name_LDADD = libharfbuzz.la $(HBLIBS)