aboutsummaryrefslogtreecommitdiff
path: root/src/zennet/zennet.cpp
blob: 47157c3edb7c64a47613aebf368e8136817e9abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright Epic Games, Inc. All Rights Reserved.

#include "zennet/zennet.h"

#include <zencore/testing.h>

#include <zennet/statsdclient.h>

namespace zen {

void
zennet_forcelinktests()
{
#if ZEN_WITH_TESTS
	statsd_forcelink();
#endif
}

}  // namespace zen