summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-11-18 14:05:49 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-06-14 19:29:26 +0200
commit169e541c28e21eee3bbb12e06dfeac5b276794c5 (patch)
tree6fe408e7d481590b0178563d641b363abd312a44 /tests/Makefile.am
parentpython: clidef.py (diff)
downloadfrr-169e541c28e21eee3bbb12e06dfeac5b276794c5.tar.xz
frr-169e541c28e21eee3bbb12e06dfeac5b276794c5.zip
tests: cli: unit test DEFPY() + clidef.py
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f48abac47..800796eb6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,5 @@
+include ../common.am
+
PYTHON ?= python
AUTOMAKE_OPTIONS = subdir-objects
@@ -28,6 +30,8 @@ else
BGP_VNC_RFP_LIB =
endif
+lib/cli/test_cli.o: lib/cli/test_cli_clippy.c
+
check_PROGRAMS = \
lib/test_buffer \
lib/test_checksum \