testme.sh

Branch


Log

Author Commit Date CI Message
Steffen Jaeckel 17b0fd2a 2022-02-14T14:32:04 migrate from travis to GitHub actions Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
Steffen Jaeckel bee1e995 2020-11-29T15:06:42 use heredoc instead of all those echo's
Steffen Jaeckel 34e16d3c 2020-09-13T19:06:43 allow testing of shared library * move jenkins' prng out of the library into the demo's. * add CI test for shared library
Steffen Jaeckel fa94aa20 2020-09-13T15:26:42 add travis job to compare symbols of dynamic libraries
Daniel Mendler e8e65119 2019-11-05T19:18:32 add COMPILE_LTO to test link time optimization the library performs best with lto since many small functions can be inlined across objects.
Daniel Mendler 17a846f2 2019-10-26T19:33:36 add "make c99" to convert back
Daniel Mendler 9f01ba14 2019-10-26T18:48:41 add "testme.sh --c89" and "make c89" * replace int*_t and bool by custom typedefs * the result is tested in CI
czurnieden 78588ed6 2019-09-09T03:54:26 removed the corect preprocessor branch in mp_to_unsigend_bin this time and removed 8-bit tests from testme.sh
Steffen Jaeckel f8d64c64 2019-09-10T16:05:27 create `mtest_opponent` instead of alt version of `test`
Daniel Mendler f00cc99f 2019-06-06T18:15:19 replace generate_def.sh with perl function
Daniel Mendler 712919f3 2019-05-24T12:17:13 [WIP] start to make dep.pl part of helper.pl
czurnieden 80bb97fd 2019-05-26T03:50:33 corrected path for autotune-output
Steffen Jaeckel 01e93bb0 2019-05-21T13:25:24 fix tune for non-v-algrind travis builds
Daniel Mendler ce34b3ae 2019-05-21T11:30:33 Restrict running Valgrind * Activate on the develop branch * Activate on branches containing the word v-algrind (without hyphen) * Activate if the commit message contains v-algrind (without hyphen) * Run default build always with valgrind
czurnieden db76bed2 2019-05-04T18:57:07 added autotuning functionality for the Toom-Cook cut-offs
Steffen Jaeckel 179daef1 2019-04-06T17:37:33 add travis-build to check source-code format
Steffen Jaeckel 39ef9858 2019-03-26T14:38:54 partially port over valgrind test logic from ltc also try if the test failure has to do with travis_wait
Steffen Jaeckel c1a335b7 2019-03-26T10:27:40 increase timeout of test vs. mtest to 30mins as proposed by @czurnieden
Steffen Jaeckel a88edbdd 2019-03-24T18:37:03 use CC env var in testme.sh
Steffen Jaeckel 9ed679ea 2019-03-24T23:31:56 use appropriate bash exit code
Steffen Jaeckel dd0181b7 2019-03-24T23:19:17 fix invocation of `timeout` in test vs. mtest
czurnieden db391b6e 2019-03-11T03:12:02 added valgrind tests to testme.sh and travis.yml
czurnieden 01dde64e 2018-05-04T21:32:46 In case of a timeout echo last line in logfile of last test before that logfile gets removed
Steffen Jaeckel aaa52a3d 2017-10-19T12:01:58 also run test vs mtest with real random data
Steffen Jaeckel d5328bfa 2017-10-19T11:40:16 create a travis build matrix
Steffen Jaeckel 95fd0f8d 2017-08-29T17:12:36 handle non-existing 'timeout' on MacOS
Steffen Jaeckel e8e8fc4c 2017-04-11T11:43:45 improve testme.sh
Steffen Jaeckel db661457 2017-04-10T16:30:40 improve testme.sh
Steffen Jaeckel a7d5af27 2017-04-01T00:34:19 fix testme.sh and compilation
Dennis Fateyev ed8e8fdb 2015-12-12T18:12:42 Small fixes testme.sh: nowadays some VM solutions tend to use "processor" word in other places (like "model name: Common KVM processor") booker.pl: escape left brace
Steffen Jaeckel c40eed57 2015-12-05T13:09:43 add --all to testme.sh
Steffen Jaeckel 2e3ed19c 2015-12-05T13:01:19 improve testme.sh
Tom St Denis 6c536e4b 2015-11-25T09:41:58 Speed up testing and temporarily disable clang testing
Steffen Jaeckel 5a15247b 2015-11-12T01:34:28 improve testme.sh you can now do something like `COMPILERS="gcc-5" ./testme.sh`
Steffen Jaeckel ac4550cc 2015-04-18T14:10:45 testme.sh: improve a bit - add parameter when calling that will be forwarded to make (e.g. to give the correct -j# option for your CPU) - timeout after running the tests for 2 minutes, assuming something went wrong, but don't cancel the rest of the tests - add compilation with clang (if available on the system)
Steffen Jaeckel 0fd5e6c1 2014-12-11T14:59:35 add testme.sh