s3:build: set CONFIG_H variable to the autoconf config.h for calling selftest.
authorMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 11:00:47 +0000 (13:00 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 26 Sep 2013 00:19:46 +0000 (02:19 +0200)
To be used by tests.py for determining whether clustered member tests should be
enabled.

source3/Makefile.in

index d37eed652a0c0f44330a2d4da1b62cf76ebf445a..85d8d137f812121a8389272435050defc65e9424 100644 (file)
@@ -3560,6 +3560,7 @@ test:: all torture timelimit
                RUN_FROM_BUILD_FARM="$(RUN_FROM_BUILD_FARM)" \
                SUBUNIT_FORMATTER="$(SUBUNIT_FORMATTER)" \
                PERL="$(PERL)" PYTHON="$(PYTHON)" \
+               CONFIG_H="$(srcdir)/include/autoconf/config.h" \
                $(srcdir)/selftest/s3-selftest.sh
 
 test-%: