aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/vpp_test.cpp
blob: 08998bf6959277811df1c922a15f6ad835e42aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- C++ -*-; c-basic-offset: 4; indent-tabs-mode: nil */
/*
 * Test suite for for vpp plugin
 *
 * Copyright (c) 2018 Cisco Systems, Inc. and others.  All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
 * and is available at http://www.eclipse.org/legal/epl-v10.html
 */

#define BOOST_TEST_MODULE "OpFlex Agent VPP Plugin"
#include <boost/test/unit_test.hpp>