diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-11 08:12:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-11 08:12:27 +0100 |
commit | 9fa5c86431ab5ca3aa9d1a7203e9200f0cb26004 (patch) | |
tree | 8eb7bf387f1bc71a99145ead2eae40440af589c4 | |
parent | 05f1e25b237a4ba95da92ef17b4b44d4dbed588e (diff) |
php-theseer-autoload: run test with PHP 7 with available
-rw-r--r-- | php-theseer-autoload.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index 34d78e1..5d0507b 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -108,6 +108,10 @@ EOF : Run upstream test suite phpunit --verbose +if which php70; then + php70 %{_bindir}/phpunit --verbose +fi + %clean rm -rf %{buildroot} |