aboutsummaryrefslogtreecommitdiff
path: root/php/tests/gdb_test.sh
diff options
context:
space:
mode:
authorBo Yang <paulyang1211@gmail.com>2018-01-23 15:46:06 -0800
committerBo Yang <paulyang1211@gmail.com>2018-01-23 15:46:06 -0800
commit99002ae47a3f88f64ff44dbd80452360e0e5fbc4 (patch)
treec711557f45024c07f22148bd7f8dc31d61081271 /php/tests/gdb_test.sh
parenta721bf6d294915b412e4ba6b5d92a9b84c6bfef9 (diff)
downloadprotobuf-99002ae47a3f88f64ff44dbd80452360e0e5fbc4.tar.gz
protobuf-99002ae47a3f88f64ff44dbd80452360e0e5fbc4.tar.bz2
protobuf-99002ae47a3f88f64ff44dbd80452360e0e5fbc4.zip
Initialize python-wheel branch
Diffstat (limited to 'php/tests/gdb_test.sh')
-rwxr-xr-xphp/tests/gdb_test.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/php/tests/gdb_test.sh b/php/tests/gdb_test.sh
deleted file mode 100755
index 484e2edf..00000000
--- a/php/tests/gdb_test.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which
-# phpunit` --bootstrap autoload.php tmp_test.php
-#
-gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php encode_decode_test.php
-#
-# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
-#
-# USE_ZEND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php