swig/Examples/test-suite/javascript/setup_test.sh
2013-09-26 04:13:32 +02:00

6 lines
201 B
Bash

#!/bin/sh
if [ ! -d $1 ]; then
mkdir $1;
fi
sed -e "s/\$testcase/$1/" -e "s/\$cflags/$2/" < node_template/binding.gyp.in > $1/binding.gyp
sed s/\$testcase/$1/ node_template/index.js.in > $1/index.js