// Copyright Epic Games, Inc. All Rights Reserved.#include<zenhttp/zenhttp.h>#if ZEN_WITH_TESTS#include<zenhttp/httpclient.h>#include<zenhttp/httpserver.h>#include<zenhttp/packageformat.h>namespacezen{voidzenhttp_forcelinktests(){http_forcelink();httpclient_forcelink();forcelink_packageformat();}}// namespace zen#endif