Skip to content

Commit

Permalink
add contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 25, 2024
1 parent ab632ce commit 1653cae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contract-tests/server-contract-tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ int main(int argc, char* argv[]) {
srv.add_capability("tls:custom-ca");
srv.add_capability("filtering");
srv.add_capability("filtering-strict");
srv.add_capability("client-prereq-events");

net::signal_set signals{ioc, SIGINT, SIGTERM};

boost::asio::spawn(ioc.get_executor(), [&](auto yield) mutable {
Expand Down

0 comments on commit 1653cae

Please sign in to comment.