2022-01-20 18:27:56 +00:00
|
|
|
// This file Copyright (C) 2013-2022 Mnemosyne LLC.
|
2022-08-08 18:05:39 +00:00
|
|
|
// It may be used under GPLv2 (SPDX: GPL-2.0-only), GPLv3 (SPDX: GPL-3.0-only),
|
2022-01-20 18:27:56 +00:00
|
|
|
// or any future license endorsed by Mnemosyne LLC.
|
|
|
|
// License text can be found in the licenses/ folder.
|
2014-01-19 01:09:44 +00:00
|
|
|
|
2022-08-17 16:08:36 +00:00
|
|
|
#include <cstring>
|
|
|
|
|
2023-01-02 16:23:51 +00:00
|
|
|
#include <libtransmission/transmission.h>
|
|
|
|
#include <libtransmission/peer-msgs.h>
|
2008-12-02 17:10:54 +00:00
|
|
|
|
2020-08-11 18:11:55 +00:00
|
|
|
#include "gtest/gtest.h"
|
2008-12-02 17:10:54 +00:00
|
|
|
|
2020-08-11 18:11:55 +00:00
|
|
|
TEST(PeerMsgs, placeholder)
|
2008-12-02 17:10:54 +00:00
|
|
|
{
|
|
|
|
}
|