]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Use `make test` to run tests 93/head
authorCraig Andrews <candrews@integralblue.com>
Mon, 29 Oct 2018 19:48:21 +0000 (15:48 -0400)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 19:48:21 +0000 (15:48 -0400)
CMakeLists.txt uses `add_test` to execute `test/run_tests` which does the same thing as the `prove` line did.

.travis.yml

index e9c90be3eb14a4f077985ce87684f896c57e8024..8f023cffd21018103db0e4e080a6bc1462329fc6 100644 (file)
@@ -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