tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README (485B)


      1 This directory contains an example unit test for Android AppRTCMobile.
      2 
      3 Example of building & using the app:
      4 
      5 - Build Android AppRTCMobile and AppRTCMobile unit test:
      6 cd <path/to/webrtc>/src
      7 ninja -C out/Debug AppRTCMobile_test_apk
      8 
      9 - Install AppRTCMobile and AppRTCMobileTest:
     10 adb install -r out/Debug/apks/AppRTCMobile.apk
     11 adb install -r out/Debug/apks/AppRTCMobileTest.apk
     12 
     13 - Run unit tests:
     14 adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner