From 64aaf2ff840d205a878012bf88bd8e884165d57f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 12 Sep 2014 22:47:06 -0700 Subject: [tests] Fix Concrete tests for out-of-tree builds. --- autoconf/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index c6e59d97..edeacc8c 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -605,6 +605,7 @@ AC_CONFIG_MAKEFILE(lib/Makefile) AC_CONFIG_MAKEFILE(runtime/Makefile) AC_CONFIG_MAKEFILE(test/Makefile) AC_CONFIG_MAKEFILE(test/Makefile.tests) +AC_CONFIG_MAKEFILE(test/Concrete/Makefile) AC_CONFIG_MAKEFILE(tools/Makefile) AC_CONFIG_MAKEFILE(unittests/Makefile) -- cgit 1.4.1