mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Continue wrapping functions as we prepare for skylark
Differential Revision: D6808010 fbshipit-source-id: f24e71558baed2c2da319e20e0faf66858eb27d5
This commit is contained in:
committed by
Facebook Github Bot
parent
df6c48cf36
commit
869866cc5c
@@ -1,4 +1,4 @@
|
||||
load("//ReactNative:DEFS", "rn_android_binary", "react_native_dep", "react_native_integration_tests_target", "react_native_target")
|
||||
load("//ReactNative:DEFS", "rn_android_binary", "react_native_dep", "react_native_integration_tests_target", "react_native_target", "KEYSTORE_TARGET")
|
||||
|
||||
# We are running instrumentation tests in simple mode: app code and instrumentation are in the same APK
|
||||
# Currently you need to run these commands to execute tests:
|
||||
@@ -9,7 +9,7 @@ load("//ReactNative:DEFS", "rn_android_binary", "react_native_dep", "react_nativ
|
||||
# ./scripts/run-android-instrumentation-tests.sh com.facebook.react.tests
|
||||
rn_android_binary(
|
||||
name = "instrumentation-tests",
|
||||
keystore = "//keystores:debug",
|
||||
keystore = KEYSTORE_TARGET,
|
||||
manifest = "AndroidManifest.xml",
|
||||
deps = [
|
||||
react_native_dep("android_res/com/facebook/catalyst/appcompat:appcompat"),
|
||||
|
||||
Reference in New Issue
Block a user