summaryrefslogtreecommitdiff
path: root/include/mock_filter.h
blob: 113c227a3b07ce19b0481afa25f5c5622c80fbfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright 2019 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * Filter mocklists for makefile relevant items.
 * A mocklist is the .mocklist file in test/ and fuzz/ directories.
 * See common/mock/README.md for more information.
 */

#ifndef __CROS_EC_MOCK_FILTER_H
#define __CROS_EC_MOCK_FILTER_H

/* If included directly from Makefile, dump mock list. */
#ifdef _MAKEFILE
#define MOCK(n) n
CONFIG_TEST_MOCK_LIST
#endif


#endif /*  __CROS_EC_MOCK_FILTER_H */