Added the configuration of the test/Makefile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16185 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/Stacker/autoconf/configure.ac b/projects/Stacker/autoconf/configure.ac
index 4df99df..b43a5c0 100644
--- a/projects/Stacker/autoconf/configure.ac
+++ b/projects/Stacker/autoconf/configure.ac
@@ -15,6 +15,7 @@
 AC_CONFIG_MAKEFILE(lib/Makefile)
 AC_CONFIG_MAKEFILE(lib/compiler/Makefile)
 AC_CONFIG_MAKEFILE(lib/runtime/Makefile)
+AC_CONFIG_MAKEFILE(test/Makefile)
 AC_CONFIG_MAKEFILE(tools/Makefile)
 AC_CONFIG_MAKEFILE(tools/stkrc/Makefile)