main_runner.h 473 B

123456789101112131415161718
  1. // Copyright 2015 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef TESTING_ANDROID_NATIVE_TEST_MAIN_RUNNER_H_
  5. #define TESTING_ANDROID_NATIVE_TEST_MAIN_RUNNER_H_
  6. #include <jni.h>
  7. namespace testing {
  8. namespace android {
  9. bool RegisterMainRunnerJni(JNIEnv* env);
  10. } // namespace android
  11. } // namespace testing
  12. #endif // TESTING_ANDROID_NATIVE_TEST_MAIN_RUNNER_H_