e433cd193c
I've been linking people to the README in this directory, but it is hard to see with all these files in here. What do people think about it moving a subdirectory? I don't love the name.
10 linhas
240 B
Bash
Arquivo Executável
10 linhas
240 B
Bash
Arquivo Executável
#!/bin/sh
|
|
#
|
|
# Helper for running TestExt from an fbmake build.
|
|
#
|
|
# ./run_test_ext.sh
|
|
#
|
|
HPHP_HOME=$(git rev-parse --show-toplevel)
|
|
: ${FBMAKE_BIN_ROOT=_bin}
|
|
cd $HPHP_HOME/hphp && $HPHP_HOME/$FBMAKE_BIN_ROOT/hphp/test/ext/test "$1" "$2" "$3"
|