diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0046a1805f..64d0a6a4df 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3382,6 +3382,9 @@ test:: all torture timelimit test-%: $(MAKE) test TESTS=$* +buildfarm-test: + $(MAKE) test RUN_FROM_BUILD_FARM=yes + SELFTEST_TESTENV = dc testenv: |