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, 20 Oct 2011 11:17:17 +0000 (13:17 +0200)
To be used by tests.py for determining whether clustered member tests should be
enabled.

source3/Makefile.in

index e698b8ced6fa33ac4f780b6b03dc13201d16ee56..297c34187e26ea2f2b5d2b6d0e63f480f7816db5 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-%: