[infer][test] Always run the buck integration tests on the Infer CI

Reviewed By: jberdine

Differential Revision: D4217518

fbshipit-source-id: 0dc7feb
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent a627f10979
commit 47e4d849a4

@ -274,7 +274,12 @@ AC_SUBST([NCPU])
# tools that are optional, eg build systems to be run in integration tests # tools that are optional, eg build systems to be run in integration tests
AC_CHECK_TOOL([ANT], [ant], [no]) AC_CHECK_TOOL([ANT], [ant], [no])
AC_CHECK_TOOL([BUCK], [buck], [no]) if test ! -z "$SANDCASTLE"; then
BUCK=buck
AC_SUBST([BUCK])
else
AC_CHECK_TOOL([BUCK], [buck], [no])
fi
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile.config Makefile.config

Loading…
Cancel
Save