0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00

Birdtest: fixing test framework build

This commit is contained in:
Pavel Tvrdík 2015-08-19 15:11:10 +02:00
parent 4885a7167e
commit 45e65e8232
2 changed files with 3 additions and 1 deletions

View File

@ -7,9 +7,9 @@
*/
#include <stdlib.h>
#include <test/bt-utils.h>
#include "test/birdtest.h"
#include "test/bt-utils.h"
#include "filter/filter.h"
#include "nest/iface.h"
#include "nest/locks.h"

View File

@ -9,6 +9,8 @@
#ifndef _BIRDTEST_UTILS_H_
#define _BIRDTEST_UTILS_H_
#include "sysdep/config.h"
#define BT_CONFIG_PARSE_ROUTER_ID "router id 10.0.0.1; \n"
#define BT_CONFIG_PARSE_KERNEL_DEVICE "protocol device {} \n"
#define BT_CONFIG_SIMPLE BT_CONFIG_PARSE_ROUTER_ID BT_CONFIG_PARSE_KERNEL_DEVICE