mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
Merge branch 'trac3267'
This commit is contained in:
@@ -2,7 +2,6 @@ SUBDIRS = . tests
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
|
||||
AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
|
||||
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||
|
||||
AM_CXXFLAGS = $(B10_CXXFLAGS)
|
||||
|
@@ -13,7 +13,7 @@
|
||||
// PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <tests/tools/perfdhcp/rate_control.h>
|
||||
#include "rate_control.h"
|
||||
|
||||
namespace isc {
|
||||
namespace perfdhcp {
|
||||
|
@@ -15,9 +15,9 @@
|
||||
#ifndef TEST_CONTROL_H
|
||||
#define TEST_CONTROL_H
|
||||
|
||||
#include <tests/tools/perfdhcp/packet_storage.h>
|
||||
#include <tests/tools/perfdhcp/rate_control.h>
|
||||
#include <tests/tools/perfdhcp/stats_mgr.h>
|
||||
#include "packet_storage.h"
|
||||
#include "rate_control.h"
|
||||
#include "stats_mgr.h"
|
||||
|
||||
#include <dhcp/iface_mgr.h>
|
||||
#include <dhcp/dhcp6.h>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
SUBDIRS = . testdata
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
|
||||
AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
|
||||
AM_CPPFLAGS += -I$(srcdir)/.. -I$(builddir)/..
|
||||
AM_CPPFLAGS += -DTEST_DATA_DIR=\"$(abs_srcdir)/testdata\"
|
||||
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||
AM_CXXFLAGS = $(B10_CXXFLAGS)
|
||||
|
@@ -13,7 +13,7 @@
|
||||
// PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <tests/tools/perfdhcp/rate_control.h>
|
||||
#include "rate_control.h"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user