From: Craig Andrews Date: Mon, 29 Oct 2018 19:48:21 +0000 (-0400) Subject: Use `make test` to run tests X-Git-Tag: v3.0.0~331^2~1^2~2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=97430ebfe8d60932f3da76e43fd8a297579f1030;p=openssl-gost%2Fengine.git Use `make test` to run tests CMakeLists.txt uses `add_test` to execute `test/run_tests` which does the same thing as the `prove` line did. --- diff --git a/.travis.yml b/.travis.yml index e9c90be..8f023cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ before_script: script: - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib && make - - prove -v test/{00-engine.t,01-digest.t,02-mac.t,03-encrypt.t} + - make test