Radek Krejci | 58685c1 | 2015-10-05 12:35:06 +0200 | [diff] [blame] | 1 | /** |
Radek Krejci | c16b581 | 2016-09-27 15:48:43 +0200 | [diff] [blame^] | 2 | * @file config.h |
Radek Krejci | 58685c1 | 2015-10-05 12:35:06 +0200 | [diff] [blame] | 3 | * @author Radek Krejci <rkrejci@cesnet.cz> |
| 4 | * @brief cmocka tests configuration header. |
| 5 | * |
| 6 | * Copyright (c) 2015 CESNET, z.s.p.o. |
| 7 | * |
Radek Krejci | 54f6fb3 | 2016-02-24 12:56:39 +0100 | [diff] [blame] | 8 | * 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 Vasko | 8de098c | 2016-02-26 10:00:25 +0100 | [diff] [blame] | 11 | * |
Radek Krejci | 54f6fb3 | 2016-02-24 12:56:39 +0100 | [diff] [blame] | 12 | * https://opensource.org/licenses/BSD-3-Clause |
Radek Krejci | 58685c1 | 2015-10-05 12:35:06 +0200 | [diff] [blame] | 13 | */ |
| 14 | |
| 15 | #define TESTS_DIR "@CMAKE_SOURCE_DIR@/tests" |
| 16 | |