diff options
author | paul <paul> | 2004-07-26 21:27:51 +0200 |
---|---|---|
committer | paul <paul> | 2004-07-26 21:27:51 +0200 |
commit | 41c14a1fc3c97f8cfcb4ef8f8bce12a2d9ad29df (patch) | |
tree | d9b53eadf8cf0043c1c35bae2f58dd7ba853b858 /tests/Makefile.am | |
parent | Use ifp->mtu6 in ospf6d and ripngd. (diff) | |
download | frr-41c14a1fc3c97f8cfcb4ef8f8bce12a2d9ad29df.tar.xz frr-41c14a1fc3c97f8cfcb4ef8f8bce12a2d9ad29df.zip |
2004-07-26 Paul Jakma <paul@dishone.st>
* configure.ac: reenable tests/Makefile
* tests/Makefile.am: automake file for tests dir
* tests/.cvsignore: update
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 000000000..d8c73eba0 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib +DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" + +noinst_PROGRAMS = testsig +testsig_SOURCES = test-sig.c + +testsig_LDADD = ../lib/libzebra.la @LIBCAP@ + + |