Commit 45e65e82 authored by Pavel Tvrdík's avatar Pavel Tvrdík
Browse files

Birdtest: fixing test framework build

parent 4885a716
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+2 −0
Original line number Diff line number Diff line
@@ -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