Home | History | Annotate | Download | only in adb_profile_chrome
      1 #!/bin/sh
      2 cd $(dirname $0)/../
      3 exec python -m unittest discover adb_profile_chrome '*_unittest.py' $@
      4