summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-06-28 15:48:33 +0200
committerGitHub <noreply@github.com>2017-06-28 15:48:33 +0200
commit1e84e9a697729e8e3847346c8046181f948f4350 (patch)
tree57240610b4008c7604912f8c913dc981da968737 /tests/Makefile.am
parentMerge pull request #757 from donaldsharp/extract_sort (diff)
parentredhat: On CentOS/RedHat 6, use python27-devel from iuscommunity.org (diff)
downloadfrr-1e84e9a697729e8e3847346c8046181f948f4350.tar.xz
frr-1e84e9a697729e8e3847346c8046181f948f4350.zip
Merge pull request #714 from opensourcerouting/cli_magic_defpy
CLI magic: part 1 (DEFPY)
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 da96453a9..559d76970 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 \