aboutsummaryrefslogtreecommitdiff
path: root/src/test/raii_event_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #16564: test: Always define the raii_event_tests test suiteMarcoFalke2020-05-311-6/+13
|\
| * Always define the raii_event_tests test suiteCraig Andrews2019-09-201-6/+13
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* | tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-2/+0
* | scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* | scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-4/+4
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-6/+6
|/
* Skip RAII event tests if libevent is built without event_set_mem_functionsLuke Dashjr2017-01-281-0/+6
* Added some simple tests for the RAII-style events.Karl-Johan Alm2016-12-211-0/+88