From bbdeff59646e5502b9fc53ab1761b3f014ee276c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 7 Apr 2011 16:05:07 -0400 Subject: [PATCH] Add test directory --- configure.ac | 1 + test/Makefile.am | 0 2 files changed, 1 insertion(+) create mode 100644 test/Makefile.am diff --git a/configure.ac b/configure.ac index 3e83a3843..2c612a579 100644 --- a/configure.ac +++ b/configure.ac @@ -88,6 +88,7 @@ AC_CONFIG_FILES([ harfbuzz.pc Makefile src/Makefile +test/Makefile ]) AC_OUTPUT diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 000000000..e69de29bb