Move pure regression tests to their own subdirectory.
[libguestfs.git] / configure.ac
index ef315e6..1b09eb9 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([libguestfs],[1.0.36])
+AC_INIT([libguestfs],[1.0.40])
 AM_INIT_AUTOMAKE
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -455,6 +455,7 @@ AC_CONFIG_FILES([Makefile
                 appliance/make-initramfs.sh appliance/update-initramfs.sh
                 images/Makefile
                 capitests/Makefile
+                regressions/Makefile
                 ocaml/Makefile ocaml/examples/Makefile
                 perl/Makefile
                 python/Makefile