aboutsummaryrefslogtreecommitdiffstats
path: root/tests/internals/test_rate_limiter_valgrind.sh
AgeCommit message (Collapse)AuthorLines
2019-04-28Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04.Martin Pärtel-2/+8
2016-11-16tests: Fix run make check out of placeDan Dedrick-1/+3
When building out of the place the executables are not in the same location as the scripts being called. This means that the test scripts need to be able to handle the executables being the in the current directory and the script/source files being in a different directory. This will work now work with both building in place and building out of place and can be tested as follows: /autogen.sh && mkdir -p build && cd build && ../configure && make check
2014-06-30Implemented rate limiter.Martin Pärtel-0/+3
Fixes #12.