Home | History | Annotate | Download | only in lit-tests
      1 #!/bin/bash -e
      2 
      3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
      4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests
      5 
      6 $LIT_PATH $TESTS $@
      7