summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-07-23 15:16:11 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-08-10 10:35:09 -0400
commit00aa07816bfd4305ac94780a8c2b9e6609be39ea (patch)
tree92b03907bf39c825f41f464f244c0b55a2d0b9ec /server/configure.ac
parent11c621b5ee1a0cdc27610f8b172017764acc285e (diff)
downloadsssd-00aa07816bfd4305ac94780a8c2b9e6609be39ea.tar.gz
sssd-00aa07816bfd4305ac94780a8c2b9e6609be39ea.tar.xz
sssd-00aa07816bfd4305ac94780a8c2b9e6609be39ea.zip
Build and run tests with 'make check'
When --enable-tests is set by configure, the sysdb, stress and resolver tests will be built by 'make check', which will also then run the sysdb and resolver tests automatically. This patch also updates the server Makefile to create a libtool convenience library of the common source files to spare them being built separately for every library/executable that has different CFLAGS.
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/configure.ac b/server/configure.ac
index 5a9888ba0..1abaa15c3 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -31,9 +31,6 @@ AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes])
AC_CHECK_HEADERS(stdint.h dlfcn.h)
AC_CONFIG_HEADER(config.h)
-TESTS=""
-EXTRA_OBJ=""
-
m4_include([build_macros.m4])
BUILD_WITH_SHARED_BUILD_DIR
@@ -80,9 +77,6 @@ if test x$HAVE_MANPAGES != x; then
AC_PATH_PROG([XMLLINT], [xmllint])
fi
-AC_SUBST(TESTS)
-AC_SUBST(EXTRA_OBJ)
-
AC_CHECK_HEADERS([sys/inotify.h])
AC_CONFIG_FILES([Makefile po/Makefile.in])