]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-07-26 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Mon, 26 Jul 2004 19:27:51 +0000 (19:27 +0000)
committerpaul <paul>
Mon, 26 Jul 2004 19:27:51 +0000 (19:27 +0000)
* configure.ac: reenable tests/Makefile
* tests/Makefile.am: automake file for tests dir
* tests/.cvsignore: update

configure.ac
tests/.cvsignore
tests/Makefile.am [new file with mode: 0644]

index d8dc03e58d11ad0444e25984dd9a680ea6ce199d..e7df8d0605e15e5d556676a7449efe9d12dfe831 100755 (executable)
@@ -5,7 +5,7 @@
 ##  Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
 ##  Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
 ##
-## $Id: configure.ac,v 1.57 2004/07/23 16:23:56 gdt Exp $
+## $Id: configure.ac,v 1.58 2004/07/26 19:27:51 paul Exp $
 AC_PREREQ(2.53)
 
 AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net])
@@ -1125,7 +1125,7 @@ AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile
          vtysh/extract.pl
          redhat/Makefile redhat/quagga.spec
          lib/version.h
-dnl      tests/Makefile
+         tests/Makefile
          ,
          [chmod +x vtysh/extract.pl])
 
index c2e9e1e765fdcc3fa9cb8fceaa92114717c393fb..78f0e8b3ca6923dad6d60726f9ee920825f4a2fc 100644 (file)
@@ -1,2 +1,11 @@
-test-sig
+Makefile
+Makefile.in
+*.o
+tags
+TAGS
+.deps
 .nfs*
+*.lo
+*.la
+*.libs
+testsig
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644 (file)
index 0000000..d8c73eb
--- /dev/null
@@ -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@
+
+