diff --git a/scripts/check.sh b/scripts/check.sh new file mode 100755 index 0000000000..eeae21233c --- /dev/null +++ b/scripts/check.sh @@ -0,0 +1,4 @@ +# Makes sure that android test compile +./gradlew compileDebugAndroidTestSources -q +# Run all unit tests for debug build +./gradlew testDebugAll -q \ No newline at end of file