1 /**
2  * Copyright (C) Mellanox Technologies Ltd. 2020.  ALL RIGHTS RESERVED.
3  *
4  * See file LICENSE for terms.
5  */
6 
7 #include <common/test.h>
8 
9 extern "C" {
10 #include <ucp/proto/proto.h>
11 #include <ucp/proto/proto_select.h>
12 }
13 
14 class test_proto : public ucs::test {
15 };
16 
17