summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-18 21:54:34 +0600
committervalmat <ufabiz@gmail.com>2014-03-18 21:54:34 +0600
commite526e3baba901960d07bfc7759610711a6ab5ced (patch)
tree24f34f8b71655e7325db114366b26bfe63171902 /tests/prepare.sh
parente8334afd7f2920b706a3d28250a3e2b6dbd49538 (diff)
Some improvements unit test
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index e052c72..58fc646 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -8,6 +8,11 @@
EXTDLOC=ext_dir
SO=extfortest.so
+if [ $1 ]
+then
+ SO=$1
+fi
+
EXTDIR=$(php-config --extension-dir)
#echo $EXTDIR