From c9d0018b9e527168292f8d40273a9e97223c0bc8 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Wed, 20 Apr 2011 14:18:28 +0200 Subject: adding automated test support So far for x86 and x86_64 others are disabled. From this time on, I'll try to force addition of automated test for each fix/feature.. ;) --- src/autoconf.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/autoconf.make.in') diff --git a/src/autoconf.make.in b/src/autoconf.make.in index 7ce5cbf..a49c37e 100644 --- a/src/autoconf.make.in +++ b/src/autoconf.make.in @@ -46,3 +46,4 @@ CONFIG_SYSDEP_DIR = @CONFIG_SYSDEP_DIR@ CONFIG_VERSION = @CONFIG_VERSION@ CONFIG_ARCH_HAVE_ARGS = @CONFIG_ARCH_HAVE_ARGS@ +CONFIG_ARCH_HAVE_TEST = @CONFIG_ARCH_HAVE_TEST@ -- cgit