tests: investigating catch2
authorMichael Wallner <mike@php.net>
Sat, 22 Aug 2020 07:13:03 +0000 (09:13 +0200)
committerMichael Wallner <mike@php.net>
Sat, 22 Aug 2020 07:13:03 +0000 (09:13 +0200)
commit5e54d17fc535a901f384fcbf2cfd420f3a2e7a81
tree64678bbb98586a0961233c34c5bcc201f5834081
parent763328a2acd259c252e6bbf4781c951921aca3e5
tests: investigating catch2
18 files changed:
CMakeLists.txt
testing/CMakeLists.txt [new file with mode: 0644]
testing/lib/Cluster.cpp [new file with mode: 0644]
testing/lib/Cluster.hpp [new file with mode: 0644]
testing/lib/Poll.cpp [new file with mode: 0644]
testing/lib/Poll.hpp [new file with mode: 0644]
testing/lib/Server.cpp [new file with mode: 0644]
testing/lib/Server.hpp [new file with mode: 0644]
testing/lib/WaitForConn.cpp [new file with mode: 0644]
testing/lib/WaitForConn.hpp [new file with mode: 0644]
testing/lib/WaitForExec.cpp [new file with mode: 0644]
testing/lib/WaitForExec.hpp [new file with mode: 0644]
testing/lib/catch.hpp [new file with mode: 0644]
testing/lib/catch_reporter_teamcity.hpp [new file with mode: 0644]
testing/lib/random_.cpp [new file with mode: 0644]
testing/lib/random_.hpp [new file with mode: 0644]
testing/main.cpp [new file with mode: 0644]
testing/server.cpp [new file with mode: 0644]