[EASY] Add missing FB test directory to make test

Summary: We forgot to add  `objc_fb-gk-interaction` to Makefile which could cause its test failures to go undetected since we didn't run them on CI.

Reviewed By: skcho

Differential Revision: D26612620

fbshipit-source-id: 0b9c7edd1
master
Ezgi Çiçek 4 years ago committed by Facebook GitHub Bot
parent a93158112b
commit e15251579d

@ -120,6 +120,12 @@ DIRECT_TESTS += \
objcpp_racerd \
objcpp_retain-cycles \
ifeq ($(IS_FACEBOOK_TREE),yes)
DIRECT_TESTS += \
objc_fb-gk-interaction
endif
ifneq ($(XCODE_SELECT),no)
BUILD_SYSTEMS_TESTS += xcodebuild_no_xcpretty
endif

Loading…
Cancel
Save