Separate .gyp files for libs and tests

This commit is contained in:
Max Brunsfeld 2014-07-25 12:55:00 -07:00
parent 6a8addb84f
commit f1eb9a92a3
3 changed files with 139 additions and 61 deletions

View file

@ -4,6 +4,7 @@ set -e
git submodule update --init --recursive
externals/gyp/gyp project.gyp --depth . --format=make $@
externals/gyp/gyp tests.gyp --depth . --format=make $@
if [ "$1" == "-h" ]; then
cat <<-HELP