diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-05-14 14:47:05 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-06-03 22:35:40 +0200 |
commit | 3ac45df16437e27d26cf1891f9cac640a587d6f9 (patch) | |
tree | b3549dfd487fdf257b7af18251f47714983321b2 /tests/Makefile.am | |
parent | tests: add CLI dummy command-exec tool (diff) | |
download | frr-3ac45df16437e27d26cf1891f9cac640a587d6f9.tar.xz frr-3ac45df16437e27d26cf1891f9cac640a587d6f9.zip |
tests: add testcli reference in/out & do DejaGNU
This adds reference in & output for the previously added testcli tool,
to check basic CLI parsing/help functions. Unlike "testcommands", this
one doesn't depend on compile-time system details.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit d79668fb440ae2689b54f52c076dbd79a8689135)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6a3d42524..16c9e4c3d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,9 @@ EXTRA_DIST = \ lib/libzebra.exp \ global-conf.exp \ testcommands.in \ - testcommands.refout + testcommands.refout \ + testcli.in \ + testcli.refout AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" |