1 2 3 4 5 6 7 8 9
#!/usr/bin/env sh set -evx env | sort t = $GTEST_TARGET mkdir build mkdir build/$t cd build/$t cmake ../../$t make