diff options
author | Damjan Marion <damarion@cisco.com> | 2015-12-16 20:52:23 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2015-12-16 20:53:30 +0100 |
commit | f750ac2b79fa150f5ff4d57281d04024658f3f42 (patch) | |
tree | 5010e2348f35be66bf7c3f48f15a07eb7166d3f0 /vppctl | |
parent | fa1a6a4dd3af06523bf3cd53b4b21e7f32edec9a (diff) |
Move vppctl to vpp-api-test
Change-Id: I4af0eb9c09d14a1a9803cf1b25bc3d7b814c82cc
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vppctl')
-rw-r--r-- | vppctl/Makefile.am | 2 | ||||
-rw-r--r-- | vppctl/configure.ac | 4 | ||||
-rwxr-xr-x | vppctl/vppctl | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/vppctl/Makefile.am b/vppctl/Makefile.am deleted file mode 100644 index d556cb2aa5c..00000000000 --- a/vppctl/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ - -dist_bin_SCRIPTS = vppctl diff --git a/vppctl/configure.ac b/vppctl/configure.ac deleted file mode 100644 index 0421019452a..00000000000 --- a/vppctl/configure.ac +++ /dev/null @@ -1,4 +0,0 @@ -AC_INIT([vppctl], [1.0]) -AM_INIT_AUTOMAKE([foreign -Wall -Werror]) -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT diff --git a/vppctl/vppctl b/vppctl/vppctl deleted file mode 100755 index b789493f2be..00000000000 --- a/vppctl/vppctl +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -echo exec ${@} | vpe_api_test | sed 's/vat# //g' |