diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-01-24 01:39:14 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-04-14 16:01:19 +0200 |
commit | c69905b673812ce6ec2a12960727a27b9b8d6426 (patch) | |
tree | 2b7608b8d16bedfafbf734d5a0e8ff26646107f1 /tests/Makefile.am | |
parent | tests: DejaGNU bgpd (diff) | |
download | frr-c69905b673812ce6ec2a12960727a27b9b8d6426.tar.xz frr-c69905b673812ce6ec2a12960727a27b9b8d6426.zip |
tests: DejaGNU libzebra
Wrap the few libzebra test programs we have up for DejaGNU.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 153922b9f..93c06b031 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,12 +1,15 @@ AUTOMAKE_OPTIONS = dejagnu export DEJAGNU -DEJATOOL = +DEJATOOL = libzebra -SUBDIRS = bgpd.tests +SUBDIRS = \ + bgpd.tests \ + libzebra.tests EXTRA_DIST = \ config/unix.exp \ lib/bgpd.exp \ + lib/libzebra.exp \ global-conf.exp INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib |