diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-18 14:05:49 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-14 19:29:26 +0200 |
commit | 169e541c28e21eee3bbb12e06dfeac5b276794c5 (patch) | |
tree | 6fe408e7d481590b0178563d641b363abd312a44 /tests/Makefile.am | |
parent | python: clidef.py (diff) | |
download | frr-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.am | 4 |
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 \ |