aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/zenutil.cpp
blob: df075ea3f3dd15f55775667a32f7203d2893fd78 (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 "zenutil/zenutil.h"

#if ZEN_WITH_TESTS

#	include <zenutil/basicfile.h>

namespace zen {

void
zenutil_forcelinktests()
{
	basicfile_forcelink();
}

}  // namespace zen

#endif