+# This target is defined for testbots.
+# Before compiling this target, MORECFLAGS must be set to "-D RUN_UNDER_TESTBOTS=1", check README file for more details
+# NOTE: -f[ailures] MAX_FAILS_ALLOWED option is set to 100 to make sure we completely run the test suite and
+# report all the failures.
+
+testbots: xnu_quick_test
+ @(cd $(DSTROOT) ; ./xnu_quick_test -f 100)
+