diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-28 15:48:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 15:48:33 +0200 |
commit | 1e84e9a697729e8e3847346c8046181f948f4350 (patch) | |
tree | 57240610b4008c7604912f8c913dc981da968737 /tests/Makefile.am | |
parent | Merge pull request #757 from donaldsharp/extract_sort (diff) | |
parent | redhat: On CentOS/RedHat 6, use python27-devel from iuscommunity.org (diff) | |
download | frr-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.am | 4 |
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 \ |