aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/vpp_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/vpp_test.cpp')
-rw-r--r--src/test/vpp_test.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/vpp_test.cpp b/src/test/vpp_test.cpp
new file mode 100644
index 0000000..08998bf
--- /dev/null
+++ b/src/test/vpp_test.cpp
@@ -0,0 +1,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>