blob: e425bd81733ac951398fdac7a0a9d42ed30f720d [file] [log] [blame]
#!/bin/bash
# Quit if any command produces an error.
set -e
# Build and run the CHRE unit test binary.
make google_x86_googletest -j
./out/google_x86_googletest/libchre $1