Skip to content

Commit aec191b

Browse files
remove test framework, it never works, most of the bugs found by the 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
1 parent af53028 commit aec191b

File tree

97 files changed

+0
-7387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+0
-7387
lines changed

Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@
2020
PHP_CONFIG = php-config
2121

2222

23-
#
24-
# PHP binary file
25-
#
26-
# The path to the executable PHP binary file.
27-
# Need to run tests.
28-
# You can see the command "whereis -b php"
29-
# Usually /usr/bin/php
30-
#
31-
32-
PHP_BIN = $(shell ${PHP_CONFIG} --php-binary)
33-
34-
3523
#
3624
# Installation directory
3725
#
@@ -230,7 +218,3 @@ install:
230218
sudo ldconfig; \
231219
fi
232220

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

tests/cpp/Makefile

Lines changed: 0 additions & 139 deletions
This file was deleted.

tests/cpp/h/Classes_and_objects.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/cpp/h/ValueIterator.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/cpp/h/ini_entries.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/cpp/h/variables.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

tests/cpp/include/bool2str.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/cpp/include/class_obj/001-002.h

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)