blob: 5108d83625e9e9920fce64366ede2036fa21c99e [file] [log] [blame]
Radek Krejci58685c12015-10-05 12:35:06 +02001/**
Radek Krejcic16b5812016-09-27 15:48:43 +02002 * @file config.h
Radek Krejci58685c12015-10-05 12:35:06 +02003 * @author Radek Krejci <rkrejci@cesnet.cz>
4 * @brief cmocka tests configuration header.
5 *
6 * Copyright (c) 2015 CESNET, z.s.p.o.
7 *
Radek Krejci54f6fb32016-02-24 12:56:39 +01008 * This source code is licensed under BSD 3-Clause License (the "License").
9 * You may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
Michal Vasko8de098c2016-02-26 10:00:25 +010011 *
Radek Krejci54f6fb32016-02-24 12:56:39 +010012 * https://opensource.org/licenses/BSD-3-Clause
Radek Krejci58685c12015-10-05 12:35:06 +020013 */
14
15#define TESTS_DIR "@CMAKE_SOURCE_DIR@/tests"
16