Home | History | Annotate | Download | only in test
      1 #!/bin/bash -e
      2 
      3 LIT_PATH=$ANDROID_BUILD_TOP/external/spirv-llvm/test/llvm-lit
      4 LIBSPIRV_TESTS=$ANDROID_BUILD_TOP/external/spirv-llvm/test/SPIRV
      5 
      6 $LIT_PATH $LIBSPIRV_TESTS $@
      7