From 3deade2dcd442fee2196326b44034e943597611c Mon Sep 17 00:00:00 2001 From: Pablo Guardiola Date: Sun, 27 Nov 2016 17:36:46 +0100 Subject: [android] - fix activity sanity tests generation command (#7147) (#7152) --- platform/android/tests/docs/ACTIVITY_SANITY_TEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/tests') diff --git a/platform/android/tests/docs/ACTIVITY_SANITY_TEST.md b/platform/android/tests/docs/ACTIVITY_SANITY_TEST.md index 14e4335111..7422599c38 100644 --- a/platform/android/tests/docs/ACTIVITY_SANITY_TEST.md +++ b/platform/android/tests/docs/ACTIVITY_SANITY_TEST.md @@ -6,7 +6,7 @@ This type of test checks if an Activity doesn't crash at start up. For this proj The generation is done by executing: -> make android-generate-test +> make test-code-android This command underneath executes the following js file found in: -- cgit v1.2.1