Skip to content

Commit

Permalink
remove test framework, it never works, most of the bugs found by the …
Browse files Browse the repository at this point in the history
…test framework turn out to be caused by errors in the tests instead of errors in the real code, people complain about it all the time, and basically this whole test framework causes more problems than it solves, solves issue #215 and solves issue #221
  • Loading branch information
EmielBruijntjes committed Nov 5, 2015
1 parent af53028 commit aec191b
Show file tree
Hide file tree
Showing 97 changed files with 0 additions and 7,387 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@
PHP_CONFIG = php-config


#
# PHP binary file
#
# The path to the executable PHP binary file.
# Need to run tests.
# You can see the command "whereis -b php"
# Usually /usr/bin/php
#

PHP_BIN = $(shell ${PHP_CONFIG} --php-binary)


#
# Installation directory
#
Expand Down Expand Up @@ -230,7 +218,3 @@ install:
sudo ldconfig; \
fi

test:
mkdir -p tests/include/zts/phpcpp
cd tests && ./test.sh -p "${PHP_BIN}"

139 changes: 0 additions & 139 deletions tests/cpp/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions tests/cpp/h/Classes_and_objects.h

This file was deleted.

8 changes: 0 additions & 8 deletions tests/cpp/h/ValueIterator.h

This file was deleted.

16 changes: 0 additions & 16 deletions tests/cpp/h/ini_entries.h

This file was deleted.

37 changes: 0 additions & 37 deletions tests/cpp/h/variables.h

This file was deleted.

12 changes: 0 additions & 12 deletions tests/cpp/include/bool2str.h

This file was deleted.

66 changes: 0 additions & 66 deletions tests/cpp/include/class_obj/001-002.h

This file was deleted.

Loading

0 comments on commit aec191b

Please sign in to comment.