@ -13,32 +13,51 @@ ifeq ($(IS_FACEBOOK_TREE),yes)
include $( ROOT_DIR) /facebook/Makefile.env
e n d i f
BUILD_SYSTEMS_TESTS = \
assembly ck_analytics ck_imports clang_multiple_files clang_translation clang_unknown_ext \
delete_results_dir fail_on_issue gradle j1 javac linters make project_root_rel reactive \
utf8_in_procname utf8_in_pwd waf run_hidden_linters
i f e q ( $( BUILD_C_ANALYZERS ) , y e s )
BUILD_SYSTEMS_TESTS += \
assembly \
ck_analytics ck_imports \
clang_multiple_files \
clang_translation \
clang_unknown_ext \
delete_results_dir \
fail_on_issue \
j1 \
linters \
make \
project_root_rel \
reactive \
run_hidden_linters \
utf8_in_procname utf8_in_pwd \
waf \
i f n e q ( $( CMAKE ) , n o )
BUILD_SYSTEMS_TESTS += clang_compilation_db cmake
e n d i f
i f n e q ( $( NDKBUILD ) , n o )
BUILD_SYSTEMS_TESTS += ndk_build
e n d i f
i f n e q ( $( PYTHON_lxml ) , n o )
BUILD_SYSTEMS_TESTS += results_xml
e n d i f
e n d i f
i f e q ( $( BUILD_JAVA_ANALYZERS ) , y e s )
BUILD_SYSTEMS_TESTS += gradle javac
i f n e q ( $( ANT ) , n o )
BUILD_SYSTEMS_TESTS += ant
e n d i f
i f n e q ( $( BUCK ) , n o )
BUILD_SYSTEMS_TESTS += buck genrule
e n d i f
i f n e q ( $( CMAKE ) , n o )
BUILD_SYSTEMS_TESTS += clang_compilation_db cmake
e n d i f
i f n e q ( $( MVN ) , n o )
BUILD_SYSTEMS_TESTS += mvn
e n d i f
i f n e q ( $( NDKBUILD ) , n o )
BUILD_SYSTEMS_TESTS += ndk_build
e n d i f
i f n e q ( $( PYTHON_lxml ) , n o )
BUILD_SYSTEMS_TESTS += results_xml
e n d i f
DIRECT_TESTS =
i f e q ( $( BUILD_C_ANALYZERS ) , y e s )
DIRECT_TESTS += c_errors c_frontend c_bufferoverrun cpp_checkers cpp_errors cpp_frontend cpp_quandary
DIRECT_TESTS += \
c_errors c_frontend c_bufferoverrun cpp_checkers cpp_errors cpp_frontend cpp_quandary
e n d i f
i f e q ( $( BUILD_JAVA_ANALYZERS ) , y e s )
DIRECT_TESTS += \
@ -46,7 +65,8 @@ DIRECT_TESTS += \
java_crashcontext java_harness
e n d i f
i f n e q ( $( XCODE_SELECT ) , n o )
DIRECT_TESTS += objc_frontend objc_errors objc_linters objc_ioslints objcpp_frontend objcpp_linters
DIRECT_TESTS += \
objc_frontend objc_errors objc_linters objc_ioslints objcpp_frontend objcpp_linters
e n d i f
.PHONY : all