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:
parent
4885a7167e
commit
45e65e8232
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user