// Copyright Epic Games, Inc. All Rights Reserved. #include #if ZEN_WITH_TESTS # include # include # include # include # include namespace zen { void zipfs_test_forcelink(); void zenhttp_forcelinktests() { http_forcelink(); httpclient_forcelink(); httpparser_forcelink(); httpclient_test_forcelink(); asynchttpclient_test_forcelink(); forcelink_packageformat(); passwordsecurity_forcelink(); websocket_forcelink(); zipfs_test_forcelink(); } } // namespace zen #endif