summaryrefslogtreecommitdiff
path: root/tests/test.sh
AgeCommit message (Collapse)Author
2014-04-01Changed the way to use the option -t in ./test.shvalmat
Now you can specify several options -t, listing the files one by one: ./test.sh -t "file1.phpt" -t "file2.phpt" The old way (./test.sh -t "file1.phpt file2.phpt") is still working
2014-04-01Fix: run tests without compilevalmat
2014-03-27Minor changes to allow the use to tests and extension `.phpt-`valmat
2014-03-27in test.sh added option -tvalmat
in the script tests/test.sh added option -t (the full list of options, see ./test.sh -h) - allows you to run individual tests For example: `./test.sh -t "php/phpt/variables/010-value-object2.phpt php/phpt/base/001.phpt"` `./test.sh -nt php/phpt/variables/010-value-object2.phpt`
2014-03-27Added new tests.valmat
Due to support zts broke the ability to run tests without installation - fixed.
2014-03-21Small improvementsvalmat
Regained the ability to run the tests (script tests/test.sh) with option -m (Valgrind) added option -q (Quiet) Full range of options, see $ ./test.sh -h Some other improvements (see diff)
2014-03-19Fixed issues #46valmat
2014-03-18Some improvements unit testvalmat
2014-03-18Unit tests. For description see ↵valmat
https://github.com/CopernicaMarketingSoftware/PHP-CPP/pull/25#issuecomment-37882236