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

#include "zenstore/zenstore.h"

#include <zenstore/CAS.h>
#include <zenstore/basicfile.h>
#include "filecas.h"
#include "compactcas.h"

namespace zen {

void
zenstore_forcelinktests()
{
	basicfile_forcelink();
	CAS_forcelink();
	filecas_forcelink();
	compactcas_forcelink();
}

}  // namespace zen